integrate tests/.

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
This commit is contained in:
18:41:22 Tim Janik
2008-02-05 17:42:09 +00:00
committed by Tim Janik
parent c6af0efb11
commit fcee4e1931
4 changed files with 195 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
## Process this file with automake to produce Makefile.in
include $(top_srcdir)/Makefile.decl
SUBDIRS = . tests
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"GLib-GObject\" \
-I$(top_srcdir) \