Displaying 2 results from an estimated 2 matches for "338ca51".
Did you mean:
338851
2008 Jan 08
0
4 commits - configure.ac test/compiler.c test/.gitignore test/Makefile.am test/swfdec_test.c test/swfdec_test_function.c test/swfdec_test_function.h test/swfdec_test_global.c test/swfdec_test_initialize.as test/swfdec_test_initialize.h
...6
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Jan 8 09:59:17 2008 +0100
move scripted testsuite to test/ dir
the idea is to build this program all the time and use it via scripts for the
various testsuite directories.
diff --git a/configure.ac b/configure.ac
index 338ca51..ee98b00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -354,7 +354,6 @@ player/Makefile
test/Makefile
test/image/Makefile
test/sound/Makefile
-test/test/Makefile
test/trace/Makefile
test/various/Makefile
tools/Makefile
diff --git a/test/.gitignore b/test/.gitignore
index 194d53d..9f30aeb 10...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...to tools/
diff --git a/Makefile.am b/Makefile.am
index 0c33e5c..d13fae6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,8 @@ SUBDIRS= \
$(GTK_SUBDIRS) \
$(VIVI_SUBDIRS) \
data \
- test
+ test \
+ tools
ACLOCAL_FLAGS = -I m4
diff --git a/configure.ac b/configure.ac
index 98d756a..338ca51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -357,6 +357,7 @@ test/sound/Makefile
test/test/Makefile
test/trace/Makefile
test/various/Makefile
+tools/Makefile
vivified/Makefile
vivified/core/Makefile
vivified/dock/Makefile
diff --git a/test/Makefile.am b/test/Makefile.am
index d69a082..c8c...