Mercurial > hg > silvet
annotate bqvec/test/TestVectorOps.h @ 369:ef35549c1c56
Whoops, we need the Vamp SDK library to build the plugin!
author | Chris Cannam |
---|---|
date | Wed, 03 Aug 2016 10:47:26 +0100 |
parents | 5d0a2ebb4d17 |
children |
rev | line source |
---|---|
Chris@366 | 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ |
Chris@366 | 2 |
Chris@366 | 3 namespace breakfastquay { |
Chris@366 | 4 |
Chris@366 | 5 namespace Test { |
Chris@366 | 6 |
Chris@366 | 7 bool testVectorOps(); |
Chris@366 | 8 |
Chris@366 | 9 } |
Chris@366 | 10 |
Chris@366 | 11 } |
Chris@366 | 12 |