summaryrefslogtreecommitdiffstats
path: root/utils/ABITest/single-args-64
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-08 20:10:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-08 20:10:52 +0000
commit238a31824070185d7f0dae1a6d8270ab69073309 (patch)
tree2418bdc086d64c1b6ee63253d3b643e9d7a59c78 /utils/ABITest/single-args-64
parentf21332e786564e83dc77451c05833f74e8f080c2 (diff)
ABITest: Move default set of test args into common makefile.
Also, tweak default list of bit-fields to try. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/ABITest/single-args-64')
-rw-r--r--utils/ABITest/single-args-64/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/utils/ABITest/single-args-64/Makefile b/utils/ABITest/single-args-64/Makefile
new file mode 100644
index 0000000000..8653cf4514
--- /dev/null
+++ b/utils/ABITest/single-args-64/Makefile
@@ -0,0 +1,24 @@
+# Usage: make test.N.report
+#
+# COUNT can be over-ridden to change the number of tests generated per
+# file, and TESTARGS is used to change the type generation. Make sure
+# to 'make clean' after changing either of these parameters.
+
+COUNT := 1
+TIMEOUT := 5
+
+CFLAGS := -std=gnu99
+
+X_COMPILER := gcc
+X_LL_CFLAGS := -emit-llvm -S
+Y_COMPILER := clang
+Y_LL_CFLAGS := -emit-llvm -S
+CC := gcc
+
+X_CFLAGS := -m64
+Y_CFLAGS := -m64
+CC_CFLAGS := -m64
+
+include ../Makefile.test.common
+
+TESTARGS += --no-function-return --max-args 1