diff options
author | eb | 2008-10-02 04:38:37 +0000 |
---|---|---|
committer | eb | 2008-10-02 04:38:37 +0000 |
commit | 954595c9a7608ae853cd2e4d73db2174ef597490 (patch) | |
tree | eab00d427c9d27886bb8eab0aed2ccc95f59ffe4 /gnuradio-core/src/tests/Makefile.am | |
parent | 1dc5caf1b9bfadb212c394cf04ca29ade8a33fa7 (diff) | |
download | gnuradio-954595c9a7608ae853cd2e4d73db2174ef597490.tar.gz gnuradio-954595c9a7608ae853cd2e4d73db2174ef597490.tar.bz2 gnuradio-954595c9a7608ae853cd2e4d73db2174ef597490.zip |
stop installing test_all
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9698 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-core/src/tests/Makefile.am')
-rw-r--r-- | gnuradio-core/src/tests/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnuradio-core/src/tests/Makefile.am b/gnuradio-core/src/tests/Makefile.am index c6225d972..2bf7cb4e5 100644 --- a/gnuradio-core/src/tests/Makefile.am +++ b/gnuradio-core/src/tests/Makefile.am @@ -45,13 +45,14 @@ noinst_PROGRAMS = \ benchmark_dotprod_ccf \ benchmark_nco \ benchmark_vco \ + test_all \ test_runtime \ test_general \ test_filter \ test_vmcircbuf -bin_PROGRAMS = \ - test_all +#bin_PROGRAMS = \ +# test_all noinst_SCRIPTS = \ |