From 9f401b25899c84e6d0636d848ba8bf8520e64d47 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Mon, 9 May 2016 16:57:47 +0200 Subject: lib/test: removed the test for the shm_du_map The test had a synchronisation issue. Due to rebuild of the shm_du_map for random access, there was also a hack in the shm_du_map specifically to run this test. Because of this hack, the decision was made to drop this test. --- src/lib/tests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/tests/CMakeLists.txt') 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}) -- cgit v1.2.3