1 include $(top_srcdir)/Makefile.decl
3 SUBDIRS=gobject refcount
8 -I$(top_srcdir)/gmodule \
15 libglib = $(top_builddir)/glib/libglib-2.0.la
16 libgthread = $(top_builddir)/gthread/libgthread-2.0.la
17 libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
18 libgobject = $(top_builddir)/gobject/libgobject-2.0.la
20 libadd_libgmodule = $(libgmodule)
21 libadd_libglib = $(libglib)
23 no_undefined = -no-undefined
25 module_test_exp = module-test.exp
27 module-test.exp: module-test.o
28 dlltool --output-exp module-test.exp module-test.o
30 spawn_test_win32_gui = spawn-test-win32-gui
32 spawn_test_win32_gui_LDFLAGS = -mwindows
43 iochannel-test-infile \
52 cxx_test_LDADD = $(progs_ldadd)
53 cxx_test_SOURCES = cxx-test.C
59 timeloop = timeloop timeloop-closure
61 noinst_PROGRAMS = $(TEST_PROGS) \
67 errorcheck-mutex-test \
70 TEST_PROGS += testglib
71 testglib_SOURCES = testglib.c
72 testglib_LDADD = $(libglib)
75 patterntest_LDADD = $(libglib)
76 testgdate_LDADD = $(libglib)
77 testgdateparser_LDADD = $(libglib)
78 unicode_normalize_LDADD = $(libglib)
79 errorcheck_mutex_test_LDADD = $(libglib) $(libgthread) $(G_THREAD_LIBS)
80 assert_msg_test_LDADD = $(libglib)
82 timeloop_LDADD = $(libglib)
83 timeloop_closure_LDADD = $(libglib) $(libgobject)
114 $(spawn_test_win32_gui) \
122 test_scripts = run-markup-tests.sh run-collate-tests.sh run-bookmark-test.sh run-assert-msg-test.sh
124 test_script_support_programs = markup-test unicode-collate bookmarkfile-test
126 check_PROGRAMS = $(test_programs) $(test_script_support_programs)
128 TESTS = $(test_programs) $(test_scripts)
129 TESTS_ENVIRONMENT = srcdir=$(srcdir) \
130 LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset \
132 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
134 progs_ldadd = $(EFENCE) $(libglib) $(EFENCE)
135 thread_ldadd = $(libgthread) $(G_THREAD_LIBS) $(progs_ldadd)
136 module_ldadd = $(libgmodule) $(G_MODULE_LIBS) $(progs_ldadd)
138 atomic_test_LDADD = $(progs_ldadd)
139 bit_test_LDADD = $(progs_ldadd)
140 bookmarkfile_test_LDADD = $(progs_ldadd)
141 child_test_LDADD = $(thread_ldadd)
142 completion_test_LDADD = $(progs_ldadd)
143 date_test_LDADD = $(progs_ldadd)
144 dirname_test_LDADD = $(progs_ldadd)
145 file_test_LDADD = $(progs_ldadd)
146 env_test_LDADD = $(progs_ldadd)
147 gio_test_LDADD = $(progs_ldadd)
148 iochannel_test_LDADD = $(progs_ldadd)
149 list_test_LDADD = $(progs_ldadd)
150 mainloop_test_LDADD = $(thread_ldadd)
151 markup_test_LDADD = $(progs_ldadd)
152 mapping_test_LDADD = $(progs_ldadd)
153 markup_escape_test_LDADD = $(progs_ldadd)
154 module_test_LDADD = $(module_ldadd) $(module_test_exp)
155 module_test_LDFLAGS = $(G_MODULE_LDFLAGS)
156 onceinit_LDADD = $(thread_ldadd)
157 queue_test_LDADD = $(progs_ldadd)
158 asyncqueue_test_LDADD = $(thread_ldadd)
159 qsort_test_LDADD = $(progs_ldadd)
160 relation_test_LDADD = $(progs_ldadd)
161 shell_test_LDADD = $(progs_ldadd)
162 slice_test_SOURCES = slice-test.c memchunks.c
163 slice_test_LDADD = $(thread_ldadd)
164 slice_color_SOURCES = slice-color.c memchunks.c
165 slice_color_LDADD = $(thread_ldadd)
166 slice_concurrent_SOURCES = slice-concurrent.c
167 slice_concurrent_LDADD = $(thread_ldadd)
168 slice_threadinit_SOURCES = slice-threadinit.c
169 slice_threadinit_LDADD = $(thread_ldadd)
170 spawn_test_LDADD = $(progs_ldadd)
171 thread_test_LDADD = $(thread_ldadd)
172 threadpool_test_LDADD = $(thread_ldadd)
173 type_test_LDADD = $(progs_ldadd)
174 unicode_encoding_LDADD = $(progs_ldadd)
175 unicode_caseconv_LDADD = $(progs_ldadd)
176 unicode_collate_LDADD = $(progs_ldadd)
177 uri_test_LDADD = $(progs_ldadd)
178 markup_collect_LDADD = $(progs_ldadd)
180 noinst_LTLIBRARIES = libmoduletestplugin_a.la libmoduletestplugin_b.la
182 libmoduletestplugin_a_la_SOURCES = libmoduletestplugin_a.c
183 libmoduletestplugin_a_la_LDFLAGS = $(G_MODULE_LDFLAGS) -avoid-version -module $(no_undefined) -rpath $(libdir)
184 libmoduletestplugin_a_la_LIBADD = $(G_MODULE_LIBS) $(libadd_libgmodule) $(libadd_libglib)
186 libmoduletestplugin_b_la_SOURCES = libmoduletestplugin_b.c
187 libmoduletestplugin_b_la_LDFLAGS = $(G_MODULE_LDFLAGS) -avoid-version -module $(no_undefined) -rpath $(libdir)
188 libmoduletestplugin_b_la_LIBADD = $(G_MODULE_LIBS) $(libadd_libgmodule) $(libadd_libglib)
190 dist-hook: $(BUILT_EXTRA_DIST)
191 files='$(BUILT_EXTRA_DIST)'; \
192 for f in $$files; do \
193 if test -f $$f; then d=.; else d=$(srcdir); fi; \
194 cp $$d/$$f $(distdir) || exit 1; done
195 mkdir $(distdir)/markups; \
196 for f in $(srcdir)/markups/* ; do \
197 cp $$f $(distdir)/markups; done
198 mkdir $(distdir)/collate; \
199 for f in $(srcdir)/collate/* ; do \
200 if test -f $$f; then cp $$f $(distdir)/collate; fi; done
201 mkdir $(distdir)/bookmarks; \
202 for f in $(srcdir)/bookmarks/* ; do \
203 cp $$f $(distdir)/bookmarks; done
206 iochannel-test-outfile \
207 file-test-get-contents \