summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Synacek <jan.synacek@gmail.com>2016-08-02 16:22:56 +0200
committerLennart Poettering <lennart@poettering.net>2016-08-02 16:22:56 +0200
commit125918635516491dc8ec1d803c38b9225b3599b9 (patch)
treeb6f074a0e33a5e17a992bbade3bbd40b38365960 /Makefile.am
parentcce9c80af32ac7f84607123c81da8c2ee028e55e (diff)
test: fix test-execute personality tests on ppc64 and aarch64 (#3825)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 763b16289d..bf853c8f90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1629,6 +1629,9 @@ EXTRA_DIST += \
test/test-execute/exec-personality-x86-64.service \
test/test-execute/exec-personality-x86.service \
test/test-execute/exec-personality-s390.service \
+ test/test-execute/exec-personality-ppc64.service \
+ test/test-execute/exec-personality-ppc64le.service \
+ test/test-execute/exec-personality-aarch64.service \
test/test-execute/exec-privatedevices-no.service \
test/test-execute/exec-privatedevices-yes.service \
test/test-execute/exec-privatetmp-no.service \