aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-10-25 09:06:14 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-10-25 09:06:14 -0400
commit650a344aad4c32d9b476ce36a06aa7dce373bb30 (patch)
treee051d1248316cdee88f1a51caaf3cdbdf38dd19f /Makefile
parent7381e87be6f2fa545e11a0a538291e7e2fc1e1a6 (diff)
support long definitions; add tests as submodule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6c6eff..e54b3fb 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ cppcheck:
libalee alee*.cpp *dict.hpp
test: standalone
- echo "\nbye\n" | ./alee-standalone forth/core-ext.fth forth/test/tester.fr forth/test/core.fr
+ echo "bye" | ./alee-standalone forth/core-ext.fth tests/src/tester.fr tests/src/core.fr
$(LIBFILE): $(OBJFILES)
$(AR) crs $@ $(OBJFILES)