Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions open_spiel/games/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,9 @@ add_executable(breakthrough_test breakthrough/breakthrough_test.cc ${OPEN_SPIEL_
$<TARGET_OBJECTS:tests>)
add_test(breakthrough_test breakthrough_test)

# Disabled until we reduce the length. See #1371.
# add_executable(bridge_test bridge/bridge_test.cc ${OPEN_SPIEL_OBJECTS}
# $<TARGET_OBJECTS:tests>)
# add_test(bridge_test bridge_test)
add_executable(bridge_test bridge/bridge_test.cc ${OPEN_SPIEL_OBJECTS}
$<TARGET_OBJECTS:tests>)
add_test(bridge_test bridge_test)

add_executable(catch_test catch/catch_test.cc ${OPEN_SPIEL_OBJECTS}
$<TARGET_OBJECTS:tests>)
Expand Down
3 changes: 1 addition & 2 deletions open_spiel/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ endif()
# Python tests to run. Start with all the core tests here first, then
# conditionally add other tests based on what has been enabled/detected.
set(PYTHON_TESTS ${PYTHON_TESTS}
# Disabled until we can reduce the length. See #1371.
# ../integration_tests/api_test.py
../integration_tests/api_test.py
../integration_tests/playthrough_test.py
algorithms/action_value_test.py
algorithms/action_value_vs_best_response_test.py
Expand Down
Loading