[gstreamermm: 100/167] moved tests to old-tests directory
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm: 100/167] moved tests to old-tests directory
- Date: Tue, 3 Sep 2013 19:27:28 +0000 (UTC)
commit 4a90ee601de0fe42f14c2ed49062e1c11303070f
Author: Marcin Kolny at Flytronic <marcin kolny flytronic pl>
Date: Wed Jul 31 14:06:26 2013 +0200
moved tests to old-tests directory
.gitignore | 62 ++++++++++----------
Makefile.am | 2 +-
configure.ac | 2 +-
{tests => old-tests}/Makefile.am | 0
{tests => old-tests}/test-buffer-list-iterator.cc | 0
{tests => old-tests}/test-buffer-mapinfo.cc | 0
{tests => old-tests}/test-caps-structures.cc | 0
{tests => old-tests}/test-caps.cc | 0
{tests => old-tests}/test-create-bin.cc | 0
{tests => old-tests}/test-create-bus.cc | 0
{tests => old-tests}/test-create-element.cc | 0
{tests => old-tests}/test-event-wrap.cc | 0
{tests => old-tests}/test-ghost-pad.cc | 0
{tests => old-tests}/test-init-check-noargs.cc | 0
{tests => old-tests}/test-init-check.cc | 0
{tests => old-tests}/test-init-noargs.cc | 0
{tests => old-tests}/test-init.cc | 0
{tests => old-tests}/test-interface.cc | 0
{tests => old-tests}/test-iterator.cc | 0
{tests => old-tests}/test-link-elements.cc | 0
{tests => old-tests}/test-message-wrap.cc | 0
{tests => old-tests}/test-miniobject-wrap.cc | 0
{tests => old-tests}/test-pad.cc | 0
{tests => old-tests}/test-pipeline-add-element.cc | 0
{tests => old-tests}/test-plugin-appsink.cc | 0
{tests => old-tests}/test-plugin-appsrc.cc | 0
{tests => old-tests}/test-plugin-gen.cc | 0
{tests => old-tests}/test-plugin-pushsrc.cc | 0
{tests => old-tests}/test-plugin-register.cc | 0
{tests => old-tests}/test-plugin-signals.cc | 0
{tests => old-tests}/test-property-caps.cc | 0
{tests => old-tests}/test-query-wrap.cc | 0
{tests => old-tests}/test-structure.cc | 0
{tests => old-tests}/test-taglist.cc | 0
{tests => old-tests}/test-tagsetter.cc | 0
35 files changed, 33 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 415257f..e9c298a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -462,37 +462,37 @@ gstreamer/src/ximagesink.hg
gstreamer/src/xvimagesink.ccg
gstreamer/src/xvimagesink.hg
-# tests/
-tests/test-buffer-mapinfo
-tests/test-caps
-tests/test-caps-structures
-tests/test-create-bin
-tests/test-create-bus
-tests/test-create-element
-tests/test-event-wrap
-tests/test-ghost-pad
-tests/test-init
-tests/test-init-check
-tests/test-init-check-noargs
-tests/test-init-noargs
-tests/test-interface
-tests/test-iterator
-tests/test-link-elements
-tests/test-message-wrap
-tests/test-miniobject-wrap
-tests/test-pad
-tests/test-pipeline-add-element
-tests/test-plugin-appsink
-tests/test-plugin-appsrc
-tests/test-plugin-gen
-tests/test-plugin-pushsrc
-tests/test-plugin-register
-tests/test-plugin-signals
-tests/test-property-caps
-tests/test-query-wrap
-tests/test-structure
-tests/test-taglist
-tests/test-tagsetter
+# old-tests/
+old-tests/test-buffer-mapinfo
+old-tests/test-caps
+old-tests/test-caps-structures
+old-tests/test-create-bin
+old-tests/test-create-bus
+old-tests/test-create-element
+old-tests/test-event-wrap
+old-tests/test-ghost-pad
+old-tests/test-init
+old-tests/test-init-check
+old-tests/test-init-check-noargs
+old-tests/test-init-noargs
+old-tests/test-interface
+old-tests/test-iterator
+old-tests/test-link-elements
+old-tests/test-message-wrap
+old-tests/test-miniobject-wrap
+old-tests/test-pad
+old-tests/test-pipeline-add-element
+old-tests/test-plugin-appsink
+old-tests/test-plugin-appsrc
+old-tests/test-plugin-gen
+old-tests/test-plugin-pushsrc
+old-tests/test-plugin-register
+old-tests/test-plugin-signals
+old-tests/test-property-caps
+old-tests/test-query-wrap
+old-tests/test-structure
+old-tests/test-taglist
+old-tests/test-tagsetter
# tools/
/tools/extra_defs_gen/generate_defs_gst
diff --git a/Makefile.am b/Makefile.am
index 539035b..0f53785 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,7 @@ doc_subdirs = docs
else
doc_subdirs =
endif
-SUBDIRS = tools $(src_subdirs) gstreamer/gstreamermm tests examples $(doc_subdirs)
+SUBDIRS = tools $(src_subdirs) gstreamer/gstreamermm old-tests examples $(doc_subdirs)
gstreamermm_includedir = $(includedir)/$(GSTREAMERMM_MODULE_NAME)
gstreamermm_include_HEADERS = gstreamer/gstreamermm.h
diff --git a/configure.ac b/configure.ac
index 6c6c177..09ea3cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -193,7 +193,7 @@ AC_CONFIG_FILES([Makefile
gstreamer/src/Makefile
gstreamer/gstreamermm/Makefile
examples/Makefile
- tests/Makefile
+ old-tests/Makefile
docs/Makefile
docs/reference/Doxyfile])
AC_OUTPUT
diff --git a/tests/Makefile.am b/old-tests/Makefile.am
similarity index 100%
rename from tests/Makefile.am
rename to old-tests/Makefile.am
diff --git a/tests/test-buffer-list-iterator.cc b/old-tests/test-buffer-list-iterator.cc
similarity index 100%
rename from tests/test-buffer-list-iterator.cc
rename to old-tests/test-buffer-list-iterator.cc
diff --git a/tests/test-buffer-mapinfo.cc b/old-tests/test-buffer-mapinfo.cc
similarity index 100%
rename from tests/test-buffer-mapinfo.cc
rename to old-tests/test-buffer-mapinfo.cc
diff --git a/tests/test-caps-structures.cc b/old-tests/test-caps-structures.cc
similarity index 100%
rename from tests/test-caps-structures.cc
rename to old-tests/test-caps-structures.cc
diff --git a/tests/test-caps.cc b/old-tests/test-caps.cc
similarity index 100%
rename from tests/test-caps.cc
rename to old-tests/test-caps.cc
diff --git a/tests/test-create-bin.cc b/old-tests/test-create-bin.cc
similarity index 100%
rename from tests/test-create-bin.cc
rename to old-tests/test-create-bin.cc
diff --git a/tests/test-create-bus.cc b/old-tests/test-create-bus.cc
similarity index 100%
rename from tests/test-create-bus.cc
rename to old-tests/test-create-bus.cc
diff --git a/tests/test-create-element.cc b/old-tests/test-create-element.cc
similarity index 100%
rename from tests/test-create-element.cc
rename to old-tests/test-create-element.cc
diff --git a/tests/test-event-wrap.cc b/old-tests/test-event-wrap.cc
similarity index 100%
rename from tests/test-event-wrap.cc
rename to old-tests/test-event-wrap.cc
diff --git a/tests/test-ghost-pad.cc b/old-tests/test-ghost-pad.cc
similarity index 100%
rename from tests/test-ghost-pad.cc
rename to old-tests/test-ghost-pad.cc
diff --git a/tests/test-init-check-noargs.cc b/old-tests/test-init-check-noargs.cc
similarity index 100%
rename from tests/test-init-check-noargs.cc
rename to old-tests/test-init-check-noargs.cc
diff --git a/tests/test-init-check.cc b/old-tests/test-init-check.cc
similarity index 100%
rename from tests/test-init-check.cc
rename to old-tests/test-init-check.cc
diff --git a/tests/test-init-noargs.cc b/old-tests/test-init-noargs.cc
similarity index 100%
rename from tests/test-init-noargs.cc
rename to old-tests/test-init-noargs.cc
diff --git a/tests/test-init.cc b/old-tests/test-init.cc
similarity index 100%
rename from tests/test-init.cc
rename to old-tests/test-init.cc
diff --git a/tests/test-interface.cc b/old-tests/test-interface.cc
similarity index 100%
rename from tests/test-interface.cc
rename to old-tests/test-interface.cc
diff --git a/tests/test-iterator.cc b/old-tests/test-iterator.cc
similarity index 100%
rename from tests/test-iterator.cc
rename to old-tests/test-iterator.cc
diff --git a/tests/test-link-elements.cc b/old-tests/test-link-elements.cc
similarity index 100%
rename from tests/test-link-elements.cc
rename to old-tests/test-link-elements.cc
diff --git a/tests/test-message-wrap.cc b/old-tests/test-message-wrap.cc
similarity index 100%
rename from tests/test-message-wrap.cc
rename to old-tests/test-message-wrap.cc
diff --git a/tests/test-miniobject-wrap.cc b/old-tests/test-miniobject-wrap.cc
similarity index 100%
rename from tests/test-miniobject-wrap.cc
rename to old-tests/test-miniobject-wrap.cc
diff --git a/tests/test-pad.cc b/old-tests/test-pad.cc
similarity index 100%
rename from tests/test-pad.cc
rename to old-tests/test-pad.cc
diff --git a/tests/test-pipeline-add-element.cc b/old-tests/test-pipeline-add-element.cc
similarity index 100%
rename from tests/test-pipeline-add-element.cc
rename to old-tests/test-pipeline-add-element.cc
diff --git a/tests/test-plugin-appsink.cc b/old-tests/test-plugin-appsink.cc
similarity index 100%
rename from tests/test-plugin-appsink.cc
rename to old-tests/test-plugin-appsink.cc
diff --git a/tests/test-plugin-appsrc.cc b/old-tests/test-plugin-appsrc.cc
similarity index 100%
rename from tests/test-plugin-appsrc.cc
rename to old-tests/test-plugin-appsrc.cc
diff --git a/tests/test-plugin-gen.cc b/old-tests/test-plugin-gen.cc
similarity index 100%
rename from tests/test-plugin-gen.cc
rename to old-tests/test-plugin-gen.cc
diff --git a/tests/test-plugin-pushsrc.cc b/old-tests/test-plugin-pushsrc.cc
similarity index 100%
rename from tests/test-plugin-pushsrc.cc
rename to old-tests/test-plugin-pushsrc.cc
diff --git a/tests/test-plugin-register.cc b/old-tests/test-plugin-register.cc
similarity index 100%
rename from tests/test-plugin-register.cc
rename to old-tests/test-plugin-register.cc
diff --git a/tests/test-plugin-signals.cc b/old-tests/test-plugin-signals.cc
similarity index 100%
rename from tests/test-plugin-signals.cc
rename to old-tests/test-plugin-signals.cc
diff --git a/tests/test-property-caps.cc b/old-tests/test-property-caps.cc
similarity index 100%
rename from tests/test-property-caps.cc
rename to old-tests/test-property-caps.cc
diff --git a/tests/test-query-wrap.cc b/old-tests/test-query-wrap.cc
similarity index 100%
rename from tests/test-query-wrap.cc
rename to old-tests/test-query-wrap.cc
diff --git a/tests/test-structure.cc b/old-tests/test-structure.cc
similarity index 100%
rename from tests/test-structure.cc
rename to old-tests/test-structure.cc
diff --git a/tests/test-taglist.cc b/old-tests/test-taglist.cc
similarity index 100%
rename from tests/test-taglist.cc
rename to old-tests/test-taglist.cc
diff --git a/tests/test-tagsetter.cc b/old-tests/test-tagsetter.cc
similarity index 100%
rename from tests/test-tagsetter.cc
rename to old-tests/test-tagsetter.cc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]