summaryrefslogtreecommitdiff
path: root/domain/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-24 08:57:21 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-24 08:57:21 +0200
commit0d61f98434b95c754f46c918af5152eda82077cb (patch)
treeb7908f53bcaabf4002cfb52daa461789b59fc9a5 /domain/CMakeLists.txt
parentcd855825de415111c55f16bf05a57f1191d97c76 (diff)
downloadturns-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.txt1
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"
)