Update tests

merge-requests/2/head
Miloslav Číž 3 years ago
parent b98b55d6c8
commit 84bc75df12

@ -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

Loading…
Cancel
Save