Start test frontend

This commit is contained in:
Miloslav Ciz 2025-05-23 15:46:24 +02:00
parent a208d0561e
commit d0b1b840b9
10 changed files with 143 additions and 5 deletions

View file

@ -47,6 +47,10 @@ elif [ $PLATFORM = "saf" ]; then
SDL_FLAGS=`sdl2-config --cflags --libs`
COMMAND="${COMPILER} ${C_FLAGS} frontend_saf.c -lcsfml-graphics -I/use/local/include ${SDL_FLAGS}"
elif [ $PLATFORM = "test" ]; then
# autotest build
COMMAND="${COMPILER} ${C_FLAGS} frontend_test.c"
elif [ $PLATFORM = "emscripten" ]; then
# emscripten (browser Javascript) build, requires:
# - emscripten