summaryrefslogtreecommitdiff
path: root/gr-filter
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-05-05 14:42:18 -0400
committerTom Rondeau <trondeau@vt.edu>2012-05-05 14:42:18 -0400
commit53f57b6730fa7579d34bf6387d50f894a46030d4 (patch)
tree0cad4dae9c228f3b18785f110d6194eeda6396e1 /gr-filter
parente832b09166547e380972f48b2317d96a25d3d0e5 (diff)
filter: actually run the C++ unit tests.
Diffstat (limited to 'gr-filter')
-rw-r--r--gr-filter/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-filter/lib/CMakeLists.txt b/gr-filter/lib/CMakeLists.txt
index 247d0604c9..e8a2a04a74 100644
--- a/gr-filter/lib/CMakeLists.txt
+++ b/gr-filter/lib/CMakeLists.txt
@@ -146,4 +146,4 @@ target_link_libraries(
${Boost_LIBRARIES}
)
-GR_ADD_TEST(test_gr_filter)
+GR_ADD_TEST(test_gr_filter test-gr-filter)