mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +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
|
parse1_SOURCES = parse1.c
|
||||||
parse2_SOURCES = parse2.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
|
parse1_SOURCES = parse1.c
|
||||||
parse2_SOURCES = parse2.c
|
parse2_SOURCES = parse2.c
|
||||||
|
|
Loading…
Reference in a new issue