We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08e14c commit 1630ea2Copy full SHA for 1630ea2
tests/API/probes/CMakeLists.txt
@@ -39,13 +39,11 @@ target_include_directories(oval_fts_list PUBLIC
39
target_link_libraries(oval_fts_list openscap)
40
add_oscap_test("fts.sh")
41
42
-if(OS_LINUX)
43
- add_oscap_test_executable(test_memusage
44
- "test_memusage.c"
45
- "${CMAKE_SOURCE_DIR}/src/common/bfind.c"
46
- )
47
- target_include_directories(test_memusage PUBLIC
48
- "${CMAKE_SOURCE_DIR}/src/common"
49
50
- add_oscap_test("test_memusage.sh")
51
-endif(OS_LINUX)
+add_oscap_test_executable(test_memusage
+ "test_memusage.c"
+ "${CMAKE_SOURCE_DIR}/src/common/bfind.c"
+)
+target_include_directories(test_memusage PUBLIC
+ "${CMAKE_SOURCE_DIR}/src/common"
+add_oscap_test("test_memusage.sh")
0 commit comments