build the test cases
authorewt <devnull@localhost>
Mon, 27 Jul 1998 15:58:33 +0000 (15:58 +0000)
committerewt <devnull@localhost>
Mon, 27 Jul 1998 15:58:33 +0000 (15:58 +0000)
CVS patchset: 2188
CVS date: 1998/07/27 15:58:33

popt/Makefile.in

index ddc5257..daadd2f 100644 (file)
@@ -16,6 +16,7 @@ prefix=@prefix@
 LIBS=$(prefix)/lib
 INCLUDE=$(prefix)/include
 CPP=@CPP@
+TESTCASES=test1
 
 VERSION=$(shell awk '/define version/ { print $$3 }' popt.spec)
 CVSTAG = r$(subst .,-,$(VERSION))
@@ -34,6 +35,12 @@ else
 TARGET=@TARGET@
 endif
 
+allprogs: $(LIBPOPT) testcases
+
+testcases: $(TESTCASES)
+
+$(TESTCASES): $(LIBPOPT)
+
 $(LIBPOPT): $(LIBPOPT)($(LIBOBJECTS))
        $(RANLIB) $@