aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 't/Makefile')
-rw-r--r--t/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/t/Makefile b/t/Makefile
index a8c8bac..7e62a8b 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -26,3 +26,22 @@ rt: rt.o libruncap.a
cc $(CFLAGS) -o$@ $^
genout: genout.o
+
+TESTSUITE =\
+ testsuite\
+ 00simple.t\
+ 01lines.t\
+ 02two.t\
+ 03longout.t\
+ 04stdin.t\
+ 05stdin.t\
+ 06mon.t
+
+
+DISTDIR = $(TOPDISTDIR)/t
+DISTFILES = Makefile rt.c genout.c $(TESTSUITE) INPUT
+.PHONY: distdir
+distdir:
+ test -d $(DISTDIR) || mkdir $(DISTDIR)
+ cp $(DISTFILES) $(DISTDIR)
+

Return to:

Send suggestions and report system problems to the System administrator.