diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-01 18:15:51 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-02-01 18:15:51 +0100 |
| commit | 0571557ad1a943739806046a24fdaf1e62b32886 (patch) | |
| tree | 22668b5f66de6543e61b4f081c9cee4cb0bc2a95 /test.sh | |
| parent | 49eab61d8be0d0a83f6a6c00c0a8fee73cf70992 (diff) | |
| download | nissy-0571557ad1a943739806046a24fdaf1e62b32886.tar.gz nissy-0571557ad1a943739806046a24fdaf1e62b32886.zip | |
Enabled make test and test.sh
Diffstat (limited to '')
| -rwxr-xr-x | test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -11,6 +11,7 @@ test_module() { | |||
| 11 | done | 11 | done |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | make test | ||
| 14 | if [ -n "$@" ]; then | 15 | if [ -n "$@" ]; then |
| 15 | test_module $@ | 16 | test_module $@ |
| 16 | else | 17 | else |
