Add blank system tests template
This commit is contained in:
parent
fb6d787aff
commit
68ff2a673c
1 changed files with 16 additions and 0 deletions
16
test/tests/system-tests.scm
Normal file
16
test/tests/system-tests.scm
Normal file
|
@ -0,0 +1,16 @@
|
|||
(import (srfi srfi-64)
|
||||
(test-runner)
|
||||
(scheme base)
|
||||
(scheme write)
|
||||
|
||||
(ces system)
|
||||
(hoot hashtables)
|
||||
(logging))
|
||||
|
||||
|
||||
(test-runner-factory game-engine-test-runner)
|
||||
|
||||
(test-begin "test-system")
|
||||
(test-begin "test-system")
|
||||
|
||||
#t
|
Loading…
Reference in a new issue