various test fixes :)

Original commit message from CVS:
various test fixes :)
This commit is contained in:
Thomas Vander Stichele 2003-01-21 22:11:21 +00:00
parent 7106505492
commit cc25be4804
6 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@ bin_SOURCES = bin.c mem.c
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
TESTS = $(tests_failing) $(tests_working)
TESTS = $(tests_working)
check_PROGRAMS = $(TESTS)

View file

@ -1,6 +1,6 @@
#include <gst/gst.h>
#define ITERS 100000
#define ITERS 10000
#include <stdlib.h>
#include "mem.h"

View file

@ -1,5 +1,5 @@
testprogs = thread1 thread2 thread3 thread4 thread5 threadb
testsfailing = threadc threadd threade threadf
testprogs = thread1 thread2 thread3 thread5 threadb
testsfailing = threadc threadd threade threadf thread4
TESTS = $(testprogs)

View file

@ -14,7 +14,7 @@ bin_SOURCES = bin.c mem.c
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
TESTS = $(tests_failing) $(tests_working)
TESTS = $(tests_working)
check_PROGRAMS = $(TESTS)

View file

@ -1,6 +1,6 @@
#include <gst/gst.h>
#define ITERS 100000
#define ITERS 10000
#include <stdlib.h>
#include "mem.h"

View file

@ -1,5 +1,5 @@
testprogs = thread1 thread2 thread3 thread4 thread5 threadb
testsfailing = threadc threadd threade threadf
testprogs = thread1 thread2 thread3 thread5 threadb
testsfailing = threadc threadd threade threadf thread4
TESTS = $(testprogs)