mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-21 16:35:08 -05:00
Update tests
This commit is contained in:
parent
b98b55d6c8
commit
84bc75df12
9
make.sh
9
make.sh
@ -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…
Reference in New Issue
Block a user