diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | test/arrays.nl (renamed from tests/arrays.nl) | 0 | ||||
| -rw-r--r-- | test/enums.nl (renamed from tests/enums.nl) | 0 | ||||
| -rw-r--r-- | test/integers.nl (renamed from tests/integers.nl) | 0 | ||||
| -rw-r--r-- | test/structs.nl (renamed from tests/structs.nl) | 0 |
5 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ tags: ctags *.[ch] **/*.[ch] test: nextlang - for f in tests/*; do echo -e "\x1b[1;4m$$f\x1b[m"; VERBOSE=0 CC=tcc ./nextlang "$$f" || break; done + for f in test/*; do echo -e "\x1b[1;4m$$f\x1b[m"; VERBOSE=0 CC=tcc ./nextlang "$$f" || break; done clean: rm -f nextlang *.o SipHash/halfsiphash.o builtins/*.o libnext.so diff --git a/tests/arrays.nl b/test/arrays.nl index 5484d5e2..5484d5e2 100644 --- a/tests/arrays.nl +++ b/test/arrays.nl diff --git a/tests/enums.nl b/test/enums.nl index 8ba90fe6..8ba90fe6 100644 --- a/tests/enums.nl +++ b/test/enums.nl diff --git a/tests/integers.nl b/test/integers.nl index c20d08e6..c20d08e6 100644 --- a/tests/integers.nl +++ b/test/integers.nl diff --git a/tests/structs.nl b/test/structs.nl index a9bb545f..a9bb545f 100644 --- a/tests/structs.nl +++ b/test/structs.nl |
