From: Paul Brossier Date: Tue, 30 Oct 2007 21:21:33 +0000 (+0100) Subject: added new tests/Makefile.am X-Git-Tag: bzr2git~503 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f14d3235c1cb865f1d5ab16065dbff6152e6480b;p=aubio.git added new tests/Makefile.am --- diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 00000000..c72fea3c --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,3 @@ +if COMPILE_TESTS +SUBDIRS = src +endif