Skip to content

Commit 4dec0b2

Browse files
committed
lets debug this
1 parent 2799b38 commit 4dec0b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PDFWriterTesting/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ endif(APPLE)
101101
# Add all the ADD_TEST for each test (reusing the create_test_sourcelist list minus the generated executable)
102102
set (TestsToRun ${Tests})
103103
list(REMOVE_ITEM TestsToRun PDFWriterTesting.cpp)
104+
105+
message("${TestsToRun}")
106+
104107
foreach (test ${TestsToRun})
105108
get_filename_component (TName ${test} NAME_WE)
106109
add_test (NAME ${TName} COMMAND PDFWriterTesting ${TName} ${CMAKE_CURRENT_SOURCE_DIR}/Materials ${CMAKE_BINARY_DIR}/Testing/Output)

0 commit comments

Comments
 (0)