From c0680e8a3aecdf686223a97811e68b585eb25df7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 19 Dec 2012 12:12:04 -0500 Subject: Add some basic reference counting tests. --- libdimension/tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libdimension/tests/Makefile.am') diff --git a/libdimension/tests/Makefile.am b/libdimension/tests/Makefile.am index 0673023..bcfa2c6 100644 --- a/libdimension/tests/Makefile.am +++ b/libdimension/tests/Makefile.am @@ -26,6 +26,7 @@ check_PROGRAMS = warning.test \ warning-as-error.test \ error.test \ custom-error-fn.test \ + refcount.test \ dictionary.test \ polynomial.test \ prtree.test \ @@ -73,6 +74,9 @@ error_test_LDADD = libdimension-tests.la custom_error_fn_test_SOURCES = custom-error-fn.c custom_error_fn_test_LDADD = libdimension-tests.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 -- cgit v1.2.3