diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-08 10:01:37 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-08 10:01:37 -0500 |
commit | fe70fa72ea22a133874337da2d03d30611e5ab1c (patch) | |
tree | 720a9e4e289e9a029fb363c635675daf91e5f77b /gr-blocks | |
parent | 0970c7eaa165c6dc7d70be55dbf3d272b88fc109 (diff) |
blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks.
Moved the nco/vco tests to gr-blocks/test and enabled them.
Diffstat (limited to 'gr-blocks')
-rw-r--r-- | gr-blocks/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-blocks/CMakeLists.txt b/gr-blocks/CMakeLists.txt index 23a60897b1..9772803705 100644 --- a/gr-blocks/CMakeLists.txt +++ b/gr-blocks/CMakeLists.txt @@ -81,9 +81,9 @@ CPACK_COMPONENT("blocks_swig" ######################################################################## add_subdirectory(include/blocks) add_subdirectory(lib) -#if(ENABLE_TESTING) -# add_subdirectory(tests) -#endif(ENABLE_TESTING) +if(ENABLE_TESTING) + add_subdirectory(tests) +endif(ENABLE_TESTING) if(ENABLE_PYTHON) add_subdirectory(python) add_subdirectory(swig) |