diff options
Diffstat (limited to 'libdimension/tests/Makefile.am')
-rw-r--r-- | libdimension/tests/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libdimension/tests/Makefile.am b/libdimension/tests/Makefile.am index 5238e7b..f56bd8b 100644 --- a/libdimension/tests/Makefile.am +++ b/libdimension/tests/Makefile.am @@ -27,7 +27,6 @@ check_PROGRAMS = warning.test \ error.test \ custom-error-fn.test \ pool.test \ - refcount.test \ dictionary.test \ polynomial.test \ prtree.test \ @@ -78,9 +77,6 @@ custom_error_fn_test_LDADD = libdimension-tests.la pool_test_SOURCES = pool.c pool_test_LDADD = libdimension-unit-test.la -refcount_test_SOURCES = refcount.c -refcount_test_LDADD = libdimension-unit-test.la - dictionary_test_SOURCES = dictionary.c dictionary_test_LDADD = libdimension-unit-test.la |