diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-24 08:57:21 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-24 08:57:21 +0200 |
| commit | 0d61f98434b95c754f46c918af5152eda82077cb (patch) | |
| tree | b7908f53bcaabf4002cfb52daa461789b59fc9a5 /domain/CMakeLists.txt | |
| parent | cd855825de415111c55f16bf05a57f1191d97c76 (diff) | |
| download | turns-0d61f98434b95c754f46c918af5152eda82077cb.tar.xz turns-0d61f98434b95c754f46c918af5152eda82077cb.zip | |
domain/turn_order: fix a round underflow bug
Diffstat (limited to 'domain/CMakeLists.txt')
| -rw-r--r-- | domain/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/domain/CMakeLists.txt b/domain/CMakeLists.txt index ec9eb62..6c54e31 100644 --- a/domain/CMakeLists.txt +++ b/domain/CMakeLists.txt @@ -41,6 +41,7 @@ add_executable("domain-tests" "tests/disposition.cpp" "tests/participant.cpp" + "tests/turn_order_bugs.cpp" "tests/turn_order.cpp" ) |
