summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 0f17bad8b1..ab46b3f376 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1426,6 +1426,7 @@ tests += \
test-utf8 \
test-ellipsize \
test-util \
+ test-hexdecoct \
test-string-util \
test-extract-word \
test-parse-util \
@@ -1755,6 +1756,12 @@ test_util_SOURCES = \
test_util_LDADD = \
libshared.la
+test_hexdecoct_SOURCES = \
+ src/test/test-hexdecoct.c
+
+test_hexdecoct_LDADD = \
+ libbasic.la
+
test_string_util_SOURCES = \
src/test/test-string-util.c