From 3279192621ce57b8a6e3ef488c0f5ecc1599f7ae Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 10 Feb 2005 11:23:06 +0000 Subject: [PATCH] testsuite/bytestream: Removed, getrange replaces bytestream in Original commit message from CVS: 2005-02-10 Andy Wingo * testsuite/bytestream: Removed, getrange replaces bytestream in -THREADED. * testsuite/Makefile.am: * configure.ac: Updated. --- configure.ac | 1 - tests/old/testsuite/Makefile.am | 4 ++-- testsuite/Makefile.am | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 24cd74033b..4a862b96e1 100644 --- a/configure.ac +++ b/configure.ac @@ -682,7 +682,6 @@ tests/sched/Makefile tests/threadstate/Makefile testsuite/Makefile testsuite/bins/Makefile -testsuite/bytestream/Makefile testsuite/caps/Makefile testsuite/cleanup/Makefile testsuite/clock/Makefile diff --git a/tests/old/testsuite/Makefile.am b/tests/old/testsuite/Makefile.am index 0c14538793..fb1ec614c7 100644 --- a/tests/old/testsuite/Makefile.am +++ b/tests/old/testsuite/Makefile.am @@ -14,7 +14,7 @@ GST_DEBUG_DIRS = debug endif SUBDIRS = \ - bins bytestream caps cleanup clock \ + bins caps cleanup clock \ $(GST_DEBUG_DIRS) \ dlopen dynparams \ elements ghostpads indexers negotiation \ @@ -22,7 +22,7 @@ SUBDIRS = \ plugin refcounting schedulers states tags threads DIST_SUBDIRS = \ - bins bytestream caps cleanup clock \ + bins caps cleanup clock \ debug \ dlopen dynparams \ elements ghostpads indexers negotiation \ diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 0c14538793..fb1ec614c7 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -14,7 +14,7 @@ GST_DEBUG_DIRS = debug endif SUBDIRS = \ - bins bytestream caps cleanup clock \ + bins caps cleanup clock \ $(GST_DEBUG_DIRS) \ dlopen dynparams \ elements ghostpads indexers negotiation \ @@ -22,7 +22,7 @@ SUBDIRS = \ plugin refcounting schedulers states tags threads DIST_SUBDIRS = \ - bins bytestream caps cleanup clock \ + bins caps cleanup clock \ debug \ dlopen dynparams \ elements ghostpads indexers negotiation \