Update tests

This commit is contained in:
Miloslav Číž 2020-10-24 22:41:31 +02:00
parent b98b55d6c8
commit 84bc75df12
1 changed files with 9 additions and 0 deletions

View File

@ -49,6 +49,15 @@ elif [ $1 == "terminal" ]; then
echo ${COMMAND}
${COMMAND} && sudo ./anarch
elif [ $1 == "test" ]; then
# test build, requires:
# - g++
COMMAND="${COMPILER} ${C_FLAGS} main_test.c"
echo ${COMMAND}
${COMMAND} && ./anarch
elif [ $1 == "pokitto" ]; then
# Pokitto build, requires:
# - PokittoLib, in this folder create a symlink named "PokittoLib" to the