summaryrefslogtreecommitdiffstats
path: root/libdimension/tests/Makefile.am
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2014-05-31 15:37:55 -0400
committerTavian Barnes <tavianator@tavianator.com>2014-05-31 15:37:55 -0400
commit596ead220839a277d5d83ad672436038f4948bd3 (patch)
tree211cc05cf3ff6a786d91bd52914b73adf2fdfc9f /libdimension/tests/Makefile.am
parent180714c96505c53d380e2f205034f587cab0466d (diff)
downloaddimension-596ead220839a277d5d83ad672436038f4948bd3.tar.xz
refcount: Remove.
Diffstat (limited to 'libdimension/tests/Makefile.am')
-rw-r--r--libdimension/tests/Makefile.am4
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