A basic components test that just loads all the config files and their components into a world.

This commit is contained in:
Zed A. Shaw 2025-02-21 22:52:53 -05:00
parent d0a6a92bc8
commit b8bb49df2c
2 changed files with 19 additions and 1 deletions

View file

@ -22,7 +22,7 @@ tracy_build:
meson compile -j 10 -C builddir
test: build
./builddir/runtests
./builddir/runtests "[components]"
run: build test
powershell "cp ./builddir/zedcaster.exe ."