X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=50723bd9c55703f5a308cd3a07467ed2e32eeea6;hb=4b917a1f5fe2af0245454fe6be14710b2c24a475;hp=922b9b6f3e2e7f4202ca6b358919374a7f0e3b64;hpb=58a5ffdfec139a0c9d399f603b77a764ae8607f7;p=muddle-interpreter.git diff --git a/src/Makefile.am b/src/Makefile.am index 922b9b6..50723bd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ bin_PROGRAMS = muddle -muddle_SOURCES = main.c read.c eval.c print.c alloc.c object.c atom.c +muddle_SOURCES = main.c read.c eval.c print.c alloc.c object.c atom.c oblist.c muddle_CFLAGS = -Wall -Wno-unused-function -Werror=implicit-function-declaration -Werror=incompatible-pointer-types + +TESTS = test_oblists test_bindings