Skip to content

Commit 2799b38

Browse files
committed
ci seems to still include PDFWriterTesting as a file..lets try newer method
1 parent dc3a642 commit 2799b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PDFWriterTesting/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ endif(APPLE)
100100

101101
# Add all the ADD_TEST for each test (reusing the create_test_sourcelist list minus the generated executable)
102102
set (TestsToRun ${Tests})
103-
remove (TestsToRun PDFWriterTesting.cpp)
103+
list(REMOVE_ITEM TestsToRun PDFWriterTesting.cpp)
104104
foreach (test ${TestsToRun})
105105
get_filename_component (TName ${test} NAME_WE)
106106
add_test (NAME ${TName} COMMAND PDFWriterTesting ${TName} ${CMAKE_CURRENT_SOURCE_DIR}/Materials ${CMAKE_BINARY_DIR}/Testing/Output)

0 commit comments

Comments
 (0)