mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Fix typo in last checkin
Original commit message from CVS: Fix typo in last checkin
This commit is contained in:
parent
947659801b
commit
c514b8ba68
2 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue