Skip to content

Commit c65304e

Browse files
committed
Merge pull request #1461 from google-deepmind:lanctot_long_tests
PiperOrigin-RevId: 861169049 Change-Id: Ib97e459c3cb69a4a9d5c5353e6ac12a4f5a9fcfb
2 parents ce0b866 + 9377757 commit c65304e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

open_spiel/games/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,9 @@ add_executable(breakthrough_test breakthrough/breakthrough_test.cc ${OPEN_SPIEL_
344344
$<TARGET_OBJECTS:tests>)
345345
add_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

352351
add_executable(catch_test catch/catch_test.cc ${OPEN_SPIEL_OBJECTS}
353352
$<TARGET_OBJECTS:tests>)

open_spiel/python/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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.
181181
set(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

0 commit comments

Comments
 (0)