From 283553f0f118cef1dbcfbf5e86a43575a610d27f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 7 Jan 2018 23:04:22 -0800 Subject: altos/scheme: Split tests out from build sources Run tests on both tiny and full scheme test programs. Signed-off-by: Keith Packard --- src/scheme/tiny-test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/scheme/tiny-test/Makefile') diff --git a/src/scheme/tiny-test/Makefile b/src/scheme/tiny-test/Makefile index ca71a665..61ef687a 100644 --- a/src/scheme/tiny-test/Makefile +++ b/src/scheme/tiny-test/Makefile @@ -2,6 +2,7 @@ include ../Makefile-inc vpath %.o . vpath %.c .. +vpath ao_scheme_test.c ../test vpath %.h .. vpath %.scheme .. vpath ao_scheme_make_const ../make-const @@ -17,6 +18,7 @@ CFLAGS=-O0 -g -Wall -Wextra -I. -I.. -Wpointer-arith -Wmissing-declarations -Wfo ao-scheme-tiny: $(OBJS) cc $(CFLAGS) -o $@ $(OBJS) -lm + ./ao-scheme-tiny ao_scheme_tiny_test.scheme $(OBJS): $(HDRS) -- cgit v1.2.3