mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
fcee4e1931
2008-02-05 18:41:22 Tim Janik <timj@imendio.com> * Makefile.am: integrate tests/. * tests/: new directory for libgobject tests. * tests/Makefile.am: build and run threadtests. * tests/threadtests.c: test multi-threaded initializers for object classes and interfaces. svn path=/trunk/; revision=6452
11 lines
375 B
Makefile
11 lines
375 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/glib $(GLIB_DEBUG_FLAGS)
|
|
|
|
noinst_PROGRAMS = $(TEST_PROGS)
|
|
libgobject_LDADD = ../libgobject-2.0.la $(top_builddir)/gthread/libgthread-2.0.la $(top_builddir)/glib/libglib-2.0.la
|
|
|
|
TEST_PROGS += threadtests
|
|
threadtests_SOURCES = threadtests.c
|
|
threadtests_LDADD = $(libgobject_LDADD)
|