summaryrefslogtreecommitdiff
path: root/src/lib/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-29 16:08:00 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-29 16:08:00 +0200
commitcd4d09aae14afe7b0aa0890c61b0ad43e4f23b28 (patch)
tree49db3603147bab26ba4d7a17efcf2839e381f71d /src/lib/tests/CMakeLists.txt
parent278abed7b636f3368dcfd3b54200d31517e7142b (diff)
parentd85f211d53a0cb35a756d0c44a2b28807eff4e5d (diff)
downloadouroboros-cd4d09aae14afe7b0aa0890c61b0ad43e4f23b28.tar.gz
ouroboros-cd4d09aae14afe7b0aa0890c61b0ad43e4f23b28.zip
Merged in dstaesse/ouroboros/remove-du-buff (pull request #146)
lib, ipcpd: removed du_buff and pci
Diffstat (limited to 'src/lib/tests/CMakeLists.txt')
-rw-r--r--src/lib/tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/tests/CMakeLists.txt b/src/lib/tests/CMakeLists.txt
index e905c389..2135cb95 100644
--- a/src/lib/tests/CMakeLists.txt
+++ b/src/lib/tests/CMakeLists.txt
@@ -4,7 +4,6 @@ get_filename_component(PARENT_DIR ${PARENT_PATH} NAME)
create_test_sourcelist(${PARENT_DIR}_tests test_suite.c
# Add new tests here
bitmap_test.c
- du_buff_test.c
)
add_executable(${PARENT_DIR}_test EXCLUDE_FROM_ALL ${${PARENT_DIR}_tests})