diff options
author | David Wagner <david.wagner@intel.com> | 2015-03-19 16:53:50 +0100 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2015-04-24 13:39:11 -0700 |
commit | b2742cf39a7ca6c8a1e25698e2065258da1d1a2f (patch) | |
tree | 96e4661eecf3d2c1de2a8c435ee7ecb805f2bb32 /CMakeLists.txt | |
parent | 0bc363e6b3760abc2c9a500b6de1f4d32889d9e7 (diff) | |
download | external_parameter-framework-b2742cf39a7ca6c8a1e25698e2065258da1d1a2f.zip external_parameter-framework-b2742cf39a7ca6c8a1e25698e2065258da1d1a2f.tar.gz external_parameter-framework-b2742cf39a7ca6c8a1e25698e2065258da1d1a2f.tar.bz2 |
Add unit tests for the Tokenizer class
Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cddfd3..e42b6be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,7 @@ configure_file(CTestCustom.cmake ${CMAKE_BINARY_DIR} COPYONLY) add_subdirectory(test/test-platform) add_subdirectory(test/test-fixed-point-parameter) +add_subdirectory(test/tokenizer) option(BASH_COMPLETION "Install bash completion configuration" ON) if (BASH_COMPLETION) |