diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 15:32:02 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 15:32:02 -0500 |
| commit | 0591d3db3a10f5b7e8788a856b708dd0c14a971e (patch) | |
| tree | ee0b0ab83391bd1ee9b118d022d6ae16b6047604 | |
| parent | a1593ad8e4bdbd5f821cf9006587f2ff97dd965f (diff) | |
Rename folder
| -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 |
