Add gobject performance tests for threaded code
[platform/upstream/glib.git] / tests / gobject / Makefile.am
index d610366..62395c0 100644 (file)
@@ -59,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)