Add gobject performance tests for threaded code
[platform/upstream/glib.git] / tests / gobject / Makefile.am
index 8a9934c..62395c0 100644 (file)
@@ -60,10 +60,12 @@ test_programs =                                     \
        ifaceproperties                         \
        override                                \
        performance                             \
+       performance-threaded                    \
        singleton                               \
        references
 
 performance_LDADD = $(libgobject) $(libgthread)
+performance_threaded_LDADD = $(libgobject) $(libgthread)
 check_PROGRAMS = $(test_programs)
 
 TESTS = $(test_programs)