From 33addf7dd8d2ff29c0462705c9af3903b1a3ab1c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 30 May 2014 14:31:18 -0400 Subject: pool: Add memory pool API. --- libdimension/tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libdimension/tests/Makefile.am') diff --git a/libdimension/tests/Makefile.am b/libdimension/tests/Makefile.am index bcfa2c6..5238e7b 100644 --- a/libdimension/tests/Makefile.am +++ b/libdimension/tests/Makefile.am @@ -1,5 +1,5 @@ ########################################################################### -## Copyright (C) 2009-2012 Tavian Barnes ## +## Copyright (C) 2009-2014 Tavian Barnes ## ## ## ## This file is part of The Dimension Build Suite. ## ## ## @@ -26,6 +26,7 @@ check_PROGRAMS = warning.test \ warning-as-error.test \ error.test \ custom-error-fn.test \ + pool.test \ refcount.test \ dictionary.test \ polynomial.test \ @@ -74,6 +75,9 @@ error_test_LDADD = libdimension-tests.la custom_error_fn_test_SOURCES = custom-error-fn.c 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 -- cgit v1.2.3