summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f64836f50..0f17bad8b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1480,7 +1480,8 @@ tests += \
test-install-root \
test-rlimit-util \
test-signal-util \
- test-selinux
+ test-selinux \
+ test-sizeof
if HAVE_ACL
tests += \
@@ -1880,6 +1881,12 @@ test_selinux_SOURCES = \
test_selinux_LDADD = \
libshared.la
+test_sizeof_SOURCES = \
+ src/test/test-sizeof.c
+
+test_sizeof_LDADD = \
+ libshared.la
+
BUILT_SOURCES += \
src/test/test-hashmap-ordered.c