aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2019-02-12 20:53:17 +0100
committerXavier Leroy <xavierleroy@users.noreply.github.com>2019-02-25 17:15:36 +0100
commitaca94d735e74a0cfbdbebfbc1c81aa03c0a3bdb3 (patch)
tree6ef85c4164be3f5fd68c2e1aada61a67fdba4d55 /test/regression/Makefile
parentd7dfc21c20f55b705e3e749c2c7b31f9a4611c39 (diff)
downloadcompcert-kvx-aca94d735e74a0cfbdbebfbc1c81aa03c0a3bdb3.tar.gz
compcert-kvx-aca94d735e74a0cfbdbebfbc1c81aa03c0a3bdb3.zip
Add regression test for "aligned" attribute
Expected results were obtained with GCC 5.4 and Clang 8.0
Diffstat (limited to 'test/regression/Makefile')
-rw-r--r--test/regression/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/Makefile b/test/regression/Makefile
index 5d40e2c9..760ee570 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -23,7 +23,7 @@ TESTS=int32 int64 floats floats-basics \
TESTS_COMP=attribs1 bitfields1 bitfields2 bitfields3 bitfields4 \
bitfields5 bitfields6 bitfields7 bitfields8 \
builtins-$(ARCH) packedstruct1 packedstruct2 alignas \
- varargs1 varargs2 varargs3 sections alias
+ varargs1 varargs2 varargs3 sections alias aligned
# Can run, both in compiled mode and in interpreter mode,
# but produce processor-dependent results, so no reference output in Results