diff options
author | Josh Blum | 2011-08-03 11:58:52 -0700 |
---|---|---|
committer | Josh Blum | 2011-08-03 11:58:52 -0700 |
commit | c468f4903f8ade606bbfe0889954007f3b70198f (patch) | |
tree | a5a5c5c423d1897eace74947227841de6e27e96c /gr-atsc | |
parent | f19b9b8b2f0366af4e61cb7b831960b826c5cce9 (diff) | |
download | gnuradio-c468f4903f8ade606bbfe0889954007f3b70198f.tar.gz gnuradio-c468f4903f8ade606bbfe0889954007f3b70198f.tar.bz2 gnuradio-c468f4903f8ade606bbfe0889954007f3b70198f.zip |
atsc: forgot to add gruel to the list of deps for unit test, also chmod +x unix unit test scripts
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/src/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-atsc/src/lib/CMakeLists.txt b/gr-atsc/src/lib/CMakeLists.txt index 811e0022f..9b03d48dc 100644 --- a/gr-atsc/src/lib/CMakeLists.txt +++ b/gr-atsc/src/lib/CMakeLists.txt @@ -131,7 +131,7 @@ LIST(APPEND test_atsci_sources ) INCLUDE(GrTest) -SET(GR_TEST_TARGET_DEPS gnuradio-atsc gnuradio-core) +SET(GR_TEST_TARGET_DEPS gnuradio-atsc gnuradio-core gruel) ADD_EXECUTABLE(test_atsci ${test_atsci_sources} test_atsci.cc) TARGET_LINK_LIBRARIES(test_atsci gnuradio-atsc gnuradio-core ${CPPUNIT_LIBRARIES}) GR_ADD_TEST(atsci-test test_atsci) |