diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-23 13:31:35 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-23 13:31:35 -0500 |
| commit | 5d654490bee273bcd6afe612100dafac08199218 (patch) | |
| tree | ae150f3f955faec7affdf841f86b488a73e54327 /Makefile | |
| parent | 87bc0cfdbddeb550b7d7959c88088ef9658a5e2d (diff) | |
Add first test
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ SipHash/halfsiphash.c: tags: ctags *.[ch] **/*.[ch] +test: nextlang + for f in tests/*; do echo -e "\x1b[1;4m$$f\x1b[m"; VERBOSE=0 ./nextlang "$$f" || break; done + clean: rm -f nextlang *.o builtins/*.o libnext.so |
