kos/scripts/test/noroot.sh
Ari Archer b5458232c8
Added flag support
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-03-25 21:37:17 +02:00

20 lines
256 B
Bash
Executable file

#!/usr/bin/env bash
. scripts/test/noroot.lib.sh
. scripts/test/config.sh
main() {
log 'COMPILATION'
compile
compile "$TEST_CMD"
log 'OPTIMISATION FLAGS'
optimising
optimising "$TEST_CMD"
log 'FLAGS'
flags
}
main "$@"