diff options
author | Jan Synacek <jan.synacek@gmail.com> | 2016-08-02 16:22:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-08-02 16:22:56 +0200 |
commit | 125918635516491dc8ec1d803c38b9225b3599b9 (patch) | |
tree | b6f074a0e33a5e17a992bbade3bbd40b38365960 /Makefile.am | |
parent | cce9c80af32ac7f84607123c81da8c2ee028e55e (diff) |
test: fix test-execute personality tests on ppc64 and aarch64 (#3825)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 \ |