Skip to content

Commit

Permalink
Another try to get rid of that failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Oct 3, 2023
1 parent 1bf3e3a commit 35d20f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -849,13 +849,13 @@ add_test(
NAME multiple_batch_files
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/automatic_test_files
COMMAND wxmaxima --debug --batch unicode.wxm boxes.wxm)
set_tests_properties(multiple_batch_files PROPERTIES DEPENDS wxmaxima_performance)
set_tests_properties(multiple_batch_files PROPERTIES DEPENDS wxmaxima_performance RUN_SERIAL true)

# add_test(
# NAME multiple_batch_files2
# WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/automatic_test_files
# COMMAND wxmaxima --debug --batch --single_process unicode.wxm boxes.wxm)
# set_tests_properties(multiple_batch_files2 PROPERTIES DEPENDS wxmaxima_performance)
add_test(
NAME multiple_batch_files2
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/automatic_test_files
COMMAND wxmaxima --debug --batch --single_process unicode.wxm boxes.wxm)
set_tests_properties(multiple_batch_files2 PROPERTIES DEPENDS wxmaxima_performance RUN_SERIAL true)

#add_test(
# NAME multiwindow
Expand Down

0 comments on commit 35d20f7

Please sign in to comment.