diff options
Diffstat (limited to 'gnuradio-core/src/tests/Makefile.am')
-rw-r--r-- | gnuradio-core/src/tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnuradio-core/src/tests/Makefile.am b/gnuradio-core/src/tests/Makefile.am index d846613f9..730de2d19 100644 --- a/gnuradio-core/src/tests/Makefile.am +++ b/gnuradio-core/src/tests/Makefile.am @@ -32,7 +32,9 @@ TESTS = test_all #Test program to test setting up buffers using gr_test which can be run manually EXTRA_DIST = \ - test_buffers.py + test_buffers.py \ + benchmark_dotprod + noinst_PROGRAMS = \ benchmark_dotprod_fff \ |