File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -344,10 +344,9 @@ add_executable(breakthrough_test breakthrough/breakthrough_test.cc ${OPEN_SPIEL_
344344 $<TARGET_OBJECTS:tests>)
345345add_test (breakthrough_test breakthrough_test)
346346
347- # Disabled until we reduce the length. See #1371.
348- # add_executable(bridge_test bridge/bridge_test.cc ${OPEN_SPIEL_OBJECTS}
349- # $<TARGET_OBJECTS:tests>)
350- # add_test(bridge_test bridge_test)
347+ add_executable (bridge_test bridge/bridge_test.cc ${OPEN_SPIEL_OBJECTS}
348+ $<TARGET_OBJECTS:tests>)
349+ add_test (bridge_test bridge_test)
351350
352351add_executable (catch_test catch/catch_test.cc ${OPEN_SPIEL_OBJECTS}
353352 $<TARGET_OBJECTS:tests>)
Original file line number Diff line number Diff line change @@ -179,8 +179,7 @@ endif()
179179# Python tests to run. Start with all the core tests here first, then
180180# conditionally add other tests based on what has been enabled/detected.
181181set (PYTHON_TESTS ${PYTHON_TESTS}
182- # Disabled until we can reduce the length. See #1371.
183- # ../integration_tests/api_test.py
182+ ../integration_tests/api_test.py
184183 ../integration_tests/playthrough_test.py
185184 algorithms/action_value_test.py
186185 algorithms/action_value_vs_best_response_test.py
You can’t perform that action at this time.
0 commit comments