summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2016-03-02 23:19:55 +0100
committerRonny Chevalier <chevalier.ronny@gmail.com>2016-03-03 18:46:58 +0100
commitb66de1f9d47426de5362d9e25704498c8a14b8a6 (patch)
tree7ee135a4d445c1947942d9642d28b5e31b077a7f /Makefile.am
parent45e0b1f68c1b3f850b9ca683db92c0c8d1f95ec2 (diff)
tests: move alloc related tests to test-alloc-util.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f058d55ce..11043d41b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1428,6 +1428,7 @@ tests += \
test-util \
test-hexdecoct \
test-escape \
+ test-alloc-util \
test-string-util \
test-extract-word \
test-parse-util \
@@ -1763,6 +1764,12 @@ test_hexdecoct_SOURCES = \
test_hexdecoct_LDADD = \
libbasic.la
+test_alloc_util_SOURCES = \
+ src/test/test-alloc-util.c
+
+test_alloc_util_LDADD = \
+ libbasic.la
+
test_escape_SOURCES = \
src/test/test-escape.c