better tests

This commit is contained in:
anon
2024-07-08 19:34:19 +02:00
parent 52a12f806a
commit 843dc44921
19 changed files with 149 additions and 58 deletions

View File

@ -73,7 +73,8 @@ test: ${OUT}
#${WRAP} ./${OUT} debug/artimetrics.eax
#@echo -e "\033[31;1m --- ERROR TESTING BEGINS BELOW ---\033[0m"
#debug/error_test.sh
./${OUT} debug/heyo_world.eax
#./${OUT} debug/heyo_world.eax
ORIGIN="$$(realpath .)" PATH="$$(realpath .):${PATH}" cmdtest
clean:
-rm ${OUT} ${OBJECT} ${GENOBJECT} ${GENSOURCE}