diff options
| author | Keith Packard <keithp@keithp.com> | 2018-01-07 23:04:22 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-01-07 23:04:22 -0800 |
| commit | 283553f0f118cef1dbcfbf5e86a43575a610d27f (patch) | |
| tree | 9a17095f56e0068e150ebf93c33649ba133c2813 /src/scheme/test/Makefile | |
| parent | 48d164e3d4b2ef27fae20fae63b8014803a7b178 (diff) | |
altos/scheme: Split tests out from build sources
Run tests on both tiny and full scheme test programs.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/test/Makefile')
| -rw-r--r-- | src/scheme/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scheme/test/Makefile b/src/scheme/test/Makefile index 686d809b..a8129217 100644 --- a/src/scheme/test/Makefile +++ b/src/scheme/test/Makefile @@ -19,6 +19,7 @@ CFLAGS=$(DFLAGS) $(OFLAGS) $(PGFLAGS) -g -Wall -Wextra -I. -I.. -Wpointer-arith ao-scheme: $(OBJS) cc $(CFLAGS) -o $@ $(OBJS) -lm + ./ao-scheme ao_scheme_test.scheme $(OBJS): $(HDRS) |
