Create a test for the ECS before we add more functionality.
This commit is contained in:
parent
143fe7784c
commit
ea6cf1362b
4 changed files with 13 additions and 6 deletions
|
@ -24,6 +24,7 @@ runtests = executable('runtests', [
|
|||
'tests/map.cpp',
|
||||
'tests/collider.cpp',
|
||||
'tests/sound.cpp',
|
||||
'tests/dinkyecs.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
|
@ -40,11 +41,6 @@ roguish = executable('roguish', [
|
|||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
myecstest = executable('myecstest', [
|
||||
'./scratchpad/myecstest.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
collider = executable('collider', [
|
||||
'./scratchpad/collider.cpp'
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue