Create a test for the ECS before we add more functionality.

This commit is contained in:
Zed A. Shaw 2024-10-29 16:04:40 -04:00
parent 143fe7784c
commit ea6cf1362b
4 changed files with 13 additions and 6 deletions

View file

@ -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'
],