X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Ftests%2FMakefile.am;fp=gnuradio-core%2Fsrc%2Ftests%2FMakefile.am;h=aed3fea9ae158d17c49d0faa2e0c63668c7a38d5;hb=b78ae1de4d9bbde942e5e7556630d7ccd8161c30;hp=f347c1874d4b66b8a67dfd37b24f155af280c5fe;hpb=0cfd4875e519e2b1ee05d074f72ec67391ed13bf;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/tests/Makefile.am b/gnuradio-core/src/tests/Makefile.am index f347c187..aed3fea9 100644 --- a/gnuradio-core/src/tests/Makefile.am +++ b/gnuradio-core/src/tests/Makefile.am @@ -33,7 +33,7 @@ TESTS = test_all #Test program to test setting up buffers using gr_test which can be run manually EXTRA_DIST = \ test_buffers.py - + noinst_PROGRAMS = \ benchmark_dotprod \ benchmark_dotprod_fsf \ @@ -50,7 +50,7 @@ noinst_PROGRAMS = \ test_vmcircbuf -LIBGNURADIO = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la +LIBGNURADIO = $(GNURADIO_CORE_LA) LIBGNURADIOQA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core-qa.la $(LIBGNURADIO) benchmark_dotprod_SOURCES = benchmark_dotprod.cc