element_pad should pass

Original commit message from CVS:
element_pad should pass
This commit is contained in:
Thomas Vander Stichele 2004-04-13 13:04:47 +00:00
parent 6cdb35a69a
commit 147ae1025b
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
include ../Rules
tests_pass = bin element mainloop pad
tests_fail = element_pad sched
tests_pass = bin element mainloop pad element_pad
tests_fail = sched
element_SOURCES = element.c mem.c
pad_SOURCES = pad.c mem.c

View file

@ -1,7 +1,7 @@
include ../Rules
tests_pass = bin element mainloop pad
tests_fail = element_pad sched
tests_pass = bin element mainloop pad element_pad
tests_fail = sched
element_SOURCES = element.c mem.c
pad_SOURCES = pad.c mem.c