1
0
Fork 0

Built REPL in tests

This commit is contained in:
Alex Kotov 2023-05-06 14:54:37 +04:00
parent f55386304b
commit 8ea17bfec2
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ TEST_OBJS = $(OBJS) src/main-test.c.o
repl: arcane-scheme-lisp
./arcane-scheme-lisp
test: arcane-scheme-lisp-test
test: arcane-scheme-lisp arcane-scheme-lisp-test
./arcane-scheme-lisp-test
clean: