Add gobject performance tests for threaded code
[platform/upstream/glib.git] / tests / gobject / Makefile.am
index d81c7e7..62395c0 100644 (file)
@@ -1,3 +1,5 @@
+include $(top_srcdir)/Makefile.decl
+
 INCLUDES =                                     \
        -I$(top_srcdir)                         \
        -I$(top_srcdir)/glib                    \
@@ -57,9 +59,13 @@ test_programs =                                      \
        ifaceinherit                            \
        ifaceproperties                         \
        override                                \
+       performance                             \
+       performance-threaded                    \
        singleton                               \
        references
 
+performance_LDADD = $(libgobject) $(libgthread)
+performance_threaded_LDADD = $(libgobject) $(libgthread)
 check_PROGRAMS = $(test_programs)
 
 TESTS = $(test_programs)
@@ -70,7 +76,7 @@ TESTS_ENVIRONMENT = srcdir=$(srcdir) \
 
 ########################################################################
 
-EXTRA_DIST             \
+EXTRA_DIST +=            \
        testmarshal.list
 
 BUILT_EXTRA_DIST =                             \