Fix non determinism in the simulation.
* src/tgbaalgos/simulation.cc: Fix non determinism. * src/tgbatest/simdet.test: Test that the behavior is now correct. * src/tgbatest/Makefile.am (TESTS): Add the new test to the test-suite.
This commit is contained in:
parent
49d384b1eb
commit
d10e772d35
3 changed files with 55 additions and 6 deletions
|
|
@ -69,6 +69,7 @@ tripprod_SOURCES = tripprod.cc
|
|||
# because such failures will be easier to diagnose and fix.
|
||||
TESTS = \
|
||||
intvcomp.test \
|
||||
simdet.test \
|
||||
eltl2tgba.test \
|
||||
explicit.test \
|
||||
explicit2.test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue