diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-09 17:08:26 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-09 17:08:26 +0200 |
commit | c7edaf433fda0f87c8fd579f0e8243f798922c62 (patch) | |
tree | 4ce4749b7f1f77cb9adf78f5e19c4cc9fcece1a7 /src/lib/tests/CMakeLists.txt | |
parent | abc4f917ca6bfa1c79493a0940f5e88bc96bffb2 (diff) | |
parent | 9f401b25899c84e6d0636d848ba8bf8520e64d47 (diff) | |
download | ouroboros-c7edaf433fda0f87c8fd579f0e8243f798922c62.tar.gz ouroboros-c7edaf433fda0f87c8fd579f0e8243f798922c62.zip |
Merged in dstaesse/ouroboros/be-rm-shm-test (pull request #69)
lib/test: removed the test for the shm_du_map
Diffstat (limited to 'src/lib/tests/CMakeLists.txt')
-rw-r--r-- | src/lib/tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/tests/CMakeLists.txt b/src/lib/tests/CMakeLists.txt index 7d848dd5..e905c389 100644 --- a/src/lib/tests/CMakeLists.txt +++ b/src/lib/tests/CMakeLists.txt @@ -5,7 +5,6 @@ create_test_sourcelist(${PARENT_DIR}_tests test_suite.c # Add new tests here bitmap_test.c du_buff_test.c - shm_du_map_test.c ) add_executable(${PARENT_DIR}_test EXCLUDE_FROM_ALL ${${PARENT_DIR}_tests}) |