File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -849,13 +849,13 @@ add_test(
849
849
NAME multiple_batch_files
850
850
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /automatic_test_files
851
851
COMMAND wxmaxima --debug --batch unicode.wxm boxes.wxm)
852
- set_tests_properties (multiple_batch_files PROPERTIES DEPENDS wxmaxima_performance)
852
+ set_tests_properties (multiple_batch_files PROPERTIES DEPENDS wxmaxima_performance RUN_SERIAL true )
853
853
854
- # add_test(
855
- # NAME multiple_batch_files2
856
- # WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/automatic_test_files
857
- # COMMAND wxmaxima --debug --batch --single_process unicode.wxm boxes.wxm)
858
- # set_tests_properties(multiple_batch_files2 PROPERTIES DEPENDS wxmaxima_performance)
854
+ add_test (
855
+ NAME multiple_batch_files2
856
+ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /automatic_test_files
857
+ COMMAND wxmaxima --debug --batch --single_process unicode.wxm boxes.wxm)
858
+ set_tests_properties (multiple_batch_files2 PROPERTIES DEPENDS wxmaxima_performance RUN_SERIAL true )
859
859
860
860
#add_test(
861
861
# NAME multiwindow
You can’t perform that action at this time.
0 commit comments