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 7956264fb1..2943f51d45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1426,6 +1426,7 @@ tests += \
test-utf8 \
test-ellipsize \
test-util \
+ test-cpu-set-util \
test-hexdecoct \
test-escape \
test-alloc-util \
@@ -1777,6 +1778,12 @@ test_web_util_SOURCES = \
test_web_util_LDADD = \
libbasic.la
+test_cpu_set_util_SOURCES = \
+ src/test/test-cpu-set-util.c
+
+test_cpu_set_util_LDADD = \
+ libbasic.la
+
test_escape_SOURCES = \
src/test/test-escape.c