aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2020-07-25 17:13:05 +0200
committerXavier Leroy <xavierleroy@users.noreply.github.com>2020-07-27 16:30:28 +0200
commit70f105e623dddeb27be258fedb56bd0e9a59d190 (patch)
tree4c6130620108ec3b2d42f476986fe2896f0dae4a /test/regression/Makefile
parentbc20d7c0d16d07790fb6eb608bf608237b0abbc3 (diff)
downloadcompcert-70f105e623dddeb27be258fedb56bd0e9a59d190.tar.gz
compcert-70f105e623dddeb27be258fedb56bd0e9a59d190.zip
Refactor regression testing of built-in functions
Share the testing code for built-in functions that are available on all target platforms. Improve testing of __builtin_clz* and __builtin_ctz*
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 8e8d8762..28439ed5 100644
--- a/test/regression/Makefile
+++ b/test/regression/Makefile
@@ -22,7 +22,7 @@ TESTS=int32 int64 floats floats-basics floats-lit \
TESTS_COMP=attribs1 bitfields1 bitfields2 bitfields3 bitfields4 \
bitfields5 bitfields6 bitfields7 bitfields8 \
- builtins-$(ARCH) packedstruct1 packedstruct2 alignas \
+ builtins-common builtins-$(ARCH) packedstruct1 packedstruct2 alignas \
varargs1 varargs2 varargs3 sections alias aligned
# Can run, both in compiled mode and in interpreter mode,