changes: TINF-175 TZPC-4722
[platform/upstream/libgee.git] / tests / Makefile.am
index 4e63a0d..2a9abe3 100644 (file)
@@ -6,9 +6,15 @@ TEST_PROGS += tests
 
 tests_SOURCES = \
        testarraylist.vala \
+       testarrayqueue.vala \
+       testbidirlist.vala \
+       testbidirsortedset.vala \
+       testbidirsortedmap.vala \
        testcase.vala \
        testcollection.vala \
-       testcomparable.vala \
+       testconcurrentlist.vala \
+       testconcurrentset.vala \
+       testdata.vala \
        testdeque.vala \
        testfunctions.vala \
        testhashmap.vala \
@@ -24,12 +30,14 @@ tests_SOURCES = \
        testmultiset.vala \
        testpriorityqueue.vala \
        testqueue.vala \
+       testreadonlybidirlist.vala \
        testreadonlycollection.vala \
        testreadonlylist.vala \
        testreadonlymap.vala \
        testreadonlyset.vala \
        testset.vala \
        testsortedset.vala \
+       testsortedmap.vala \
        testtreemap.vala \
        testtreemultimap.vala \
        testtreemultiset.vala \
@@ -37,13 +45,14 @@ tests_SOURCES = \
        $(NULL)
 
 tests_DEPENDENCIES = \
-       $(top_srcdir)/gee/gee-1.0.vapi \
+       $(top_srcdir)/gee/gee-0.8.vapi \
        $(NULL)
 
 tests_VALAFLAGS = \
        --basedir $(top_srcdir) \
        --vapidir $(top_srcdir)/gee \
-       --pkg gee-1.0 --pkg posix \
+       --pkg gee-0.8 --pkg posix \
+       $(VALAFLAGS) \
        $(NULL)
 
 tests_CPPFLAGS = \
@@ -52,7 +61,7 @@ tests_CPPFLAGS = \
        $(NULL)
 
 tests_LDADD = \
-       $(GLIB_LIBS) ../gee/libgee.la \
+       $(GLIB_LIBS) ../gee/libgee-0.8.la \
        $(NULL)
 
 coverage-reset: