aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun3
1 files changed, 3 insertions, 0 deletions
diff --git a/run b/run
index b4c4d8d..974bfa9 100755
--- a/run
+++ b/run
@@ -198,6 +198,7 @@ elif [ "${mode}" = "clean" ]; then
elif [ "${mode}" = "test" ]; then
make_cross
make_build
+ make_sync &
make_test
elif [ "${mode}" = "again" ]; then
make_test
@@ -220,9 +221,11 @@ elif [ "${mode}" = "tidy" ]; then
elif [ "${mode}" = "font" ]; then
make_font
make_tidy
+ make_sync &
elif [ "${mode}" = "" ]; then # TODO: Prevent code duplication in build script via functions?
make_cross
make_build
+ make_sync &
make_test
else
echo "Please use the following syntax:"