Skip to content
Snippets Groups Projects
Commit 7908b385 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-09-26 10:03:57 by simonm]

oops, forgot to add this file
parent 1abc4c1b
No related merge requests found
#-----------------------------------------------------------------------------
# template for should_run tests.
HS_SRCS = $(wildcard *.hs)
BINS = $(patsubst %.o,%.bin,$(HS_OBJS))
RUNTESTS = $(patsubst %.bin,%.run,$(BINS))
SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 0
all :: $(RUNTESTS)
%.run : %.bin
$(RUNTEST) $< $(RUNTEST_OPTS)
%.bin : %.o
$(HC) $(HC_OPTS) $< -o $@
CLEAN_FILES += $(BINS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment