summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2016-03-02 23:10:11 +0100
committerRonny Chevalier <chevalier.ronny@gmail.com>2016-03-03 18:46:58 +0100
commit45e0b1f68c1b3f850b9ca683db92c0c8d1f95ec2 (patch)
tree37c72e82a6cb4c829a33f2cf1c24ba9d1b98a22d /Makefile.am
parentebde5cb26179bf1518501891d2d2bc7d1f59ecc5 (diff)
tests: move escape related tests to test-escape.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 ab46b3f376..4f058d55ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1427,6 +1427,7 @@ tests += \
test-ellipsize \
test-util \
test-hexdecoct \
+ test-escape \
test-string-util \
test-extract-word \
test-parse-util \
@@ -1762,6 +1763,12 @@ test_hexdecoct_SOURCES = \
test_hexdecoct_LDADD = \
libbasic.la
+test_escape_SOURCES = \
+ src/test/test-escape.c
+
+test_escape_LDADD = \
+ libbasic.la
+
test_string_util_SOURCES = \
src/test/test-string-util.c