search for: swfdec_test_function_list

Displaying 3 results from an estimated 3 matches for "swfdec_test_function_list".

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
...644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -5,10 +5,8 @@ noinst_PROGRAMS = test swfdec_test_sources = \ swfdec_test.c \ swfdec_test_function.c \ - swfdec_test_function.h \ swfdec_test_global.c \ - swfdec_test_test.c \ - swfdec_test_test.h + swfdec_test_test.c BUILT_SOURCES = \ swfdec_test_function_list.h @@ -20,6 +18,15 @@ test_SOURCES = \ $(swfdec_test_sources) \ $(BUILT_SOURCES) +EXTRA_DIST = \ + swfdec_test_initialize.as + +noinst_HEADERS = \ + swfdec_test_function.h \ + swfdec_test_function_list.h \ + swfdec_test_initialize.h \ + swfdec_test_test.h + test_CFLAGS = $(GLOBAL_CFLAGS) $(G...
2008 Jan 08
0
4 commits - test/.gitignore test/image test/Makefile.am test/swfdec_test_function.c test/swfdec_test_image.c test/swfdec_test_image.h test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...b62043d0333cc3812a287db8c28aa8 Author: Benjamin Otte <otte at gnome.org> Date: Tue Jan 8 22:07:50 2008 +0100 update .gitignore diff --git a/test/.gitignore b/test/.gitignore index 9f30aeb..4573b5b 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,4 +1,6 @@ .deps +.libs +*.o swfdec_test_function_list.h commit 20b561700fe0709c045a7a2273a23a12f2055142 Author: Benjamin Otte <otte at gnome.org> Date: Tue Jan 8 22:07:14 2008 +0100 switch image tests to use new tester diff --git a/test/image/Makefile.am b/test/image/Makefile.am index 393c856..e806b5f 100644 --- a/test/image/Makefile.a...
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
...1793f9b9cbba6d45b82cee1 Author: Benjamin Otte <otte at gnome.org> Date: Mon Jan 7 17:48:27 2008 +0100 ignore autogenerated file diff --git a/test/test/.gitignore b/test/test/.gitignore index 7bd49f0..34dad19 100644 --- a/test/test/.gitignore +++ b/test/test/.gitignore @@ -1,2 +1,4 @@ +swfdec_test_function_list.h + compiler test commit 2d2654ba80b3fcc56c07f1364f0e5318c2605f25 Author: Benjamin Otte <otte at gnome.org> Date: Mon Jan 7 17:47:35 2008 +0100 add a test.rate property diff --git a/test/test/swfdec_test_initialize.as b/test/test/swfdec_test_initialize.as index 45d807b..03eab16 1006...