mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
various test fixes :)
Original commit message from CVS: various test fixes :)
This commit is contained in:
parent
7106505492
commit
cc25be4804
6 changed files with 8 additions and 8 deletions
|
@ -14,7 +14,7 @@ bin_SOURCES = bin.c mem.c
|
||||||
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
||||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
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)
|
check_PROGRAMS = $(TESTS)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
#define ITERS 100000
|
#define ITERS 10000
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "mem.h"
|
#include "mem.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
testprogs = thread1 thread2 thread3 thread4 thread5 threadb
|
testprogs = thread1 thread2 thread3 thread5 threadb
|
||||||
testsfailing = threadc threadd threade threadf
|
testsfailing = threadc threadd threade threadf thread4
|
||||||
|
|
||||||
TESTS = $(testprogs)
|
TESTS = $(testprogs)
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ bin_SOURCES = bin.c mem.c
|
||||||
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
||||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
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)
|
check_PROGRAMS = $(TESTS)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
#define ITERS 100000
|
#define ITERS 10000
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "mem.h"
|
#include "mem.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
testprogs = thread1 thread2 thread3 thread4 thread5 threadb
|
testprogs = thread1 thread2 thread3 thread5 threadb
|
||||||
testsfailing = threadc threadd threade threadf
|
testsfailing = threadc threadd threade threadf thread4
|
||||||
|
|
||||||
TESTS = $(testprogs)
|
TESTS = $(testprogs)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue