aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-02-01 18:15:51 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-02-01 18:15:51 +0100
commit0571557ad1a943739806046a24fdaf1e62b32886 (patch)
tree22668b5f66de6543e61b4f081c9cee4cb0bc2a95 /test.sh
parent49eab61d8be0d0a83f6a6c00c0a8fee73cf70992 (diff)
downloadnissy-0571557ad1a943739806046a24fdaf1e62b32886.tar.gz
nissy-0571557ad1a943739806046a24fdaf1e62b32886.zip
Enabled make test and test.sh
Diffstat (limited to '')
-rwxr-xr-xtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index b7882a4..6a30344 100755
--- a/test.sh
+++ b/test.sh
@@ -11,6 +11,7 @@ test_module() {
11 done 11 done
12} 12}
13 13
14make test
14if [ -n "$@" ]; then 15if [ -n "$@" ]; then
15 test_module $@ 16 test_module $@
16else 17else

Generated with cgit - Back to sebastiano.tronto.net