Fix typo in last checkin
authorDavid Schleef <ds@schleef.org>
Thu, 9 Oct 2003 01:41:09 +0000 (01:41 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 9 Oct 2003 01:41:09 +0000 (01:41 +0000)
Original commit message from CVS:
Fix typo in last checkin

tests/old/testsuite/parse/Makefile.am
testsuite/parse/Makefile.am

index e54d16d..0c431f7 100644 (file)
@@ -1,9 +1,8 @@
-testprogs = parse2
-#testprogs = parse1 parse2
 
-TESTS = $(testprogs)
+check_PROGRAMS = parse1 parse2
 
-check_PROGRAMS = $(testprogs)
+# parse1 is broken
+TESTS = parse2
 
 parse1_SOURCES = parse1.c
 parse2_SOURCES = parse2.c
index e54d16d..0c431f7 100644 (file)
@@ -1,9 +1,8 @@
-testprogs = parse2
-#testprogs = parse1 parse2
 
-TESTS = $(testprogs)
+check_PROGRAMS = parse1 parse2
 
-check_PROGRAMS = $(testprogs)
+# parse1 is broken
+TESTS = parse2
 
 parse1_SOURCES = parse1.c
 parse2_SOURCES = parse2.c