Fix typo in last checkin

Original commit message from CVS:
Fix typo in last checkin
This commit is contained in:
David Schleef 2003-10-09 01:41:09 +00:00
parent 947659801b
commit c514b8ba68
2 changed files with 6 additions and 8 deletions

View 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

View 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