fixed core methods and added test
This commit is contained in:
14
interpreter/test/Makefile
Normal file
14
interpreter/test/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
CC=gcc
|
||||
|
||||
all: test_interpreter
|
||||
|
||||
interpreter: clean
|
||||
$(CC) -g ../../stack.c ../interpreter.c ../core_methods.c ../../method_dispatcher/method_dispatcher.c test_interpreter.c -o interpreter
|
||||
|
||||
test_interpreter: interpreter
|
||||
valgrind ./interpreter
|
||||
|
||||
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user