Built REPL in tests
This commit is contained in:
parent
f55386304b
commit
8ea17bfec2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue