tests/bridgefall: New; exercising splashing of bridges
Stuff sitting on bridges isn't covered, yet. tests/fire has some. To be moved here eventually. The test exposes bugs. They're marked "BUG:" in the test input. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
964f55794c
commit
21b8add73e
10 changed files with 5621 additions and 0 deletions
2
Make.mk
2
Make.mk
|
@ -263,11 +263,13 @@ ifeq ($(empthread),LWP)
|
|||
$(srcdir)/tests/actofgod-test $(srcdir)
|
||||
$(srcdir)/tests/build-test $(srcdir)
|
||||
$(srcdir)/tests/fire-test $(srcdir)
|
||||
$(srcdir)/tests/bridgefall-test $(srcdir)
|
||||
else
|
||||
@echo "$(srcdir)/tests/smoke-test SKIPPED"
|
||||
@echo "$(srcdir)/tests/actofgod-test SKIPPED"
|
||||
@echo "$(srcdir)/tests/build-test SKIPPED"
|
||||
@echo "$(srcdir)/tests/fire-test SKIPPED"
|
||||
@echo "$(srcdir)/tests/bridgefall-test SKIPPED"
|
||||
endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue