1 include $(top_srcdir)/Makefile.tool-tests.am
3 dist_noinst_SCRIPTS = filter_stderr
6 million rep_prefix fldcw_check complex_rep clone_test
9 clone_test.stderr.exp \
12 complex_rep.stderr.exp \
14 fldcw_check.stderr.exp \
23 rep_prefix.stderr.exp \
26 AM_CCASFLAGS += -ffreestanding
28 AM_LDFLAGS = -nostartfiles -nodefaultlibs
30 clone_test_SOURCES = clone_test.S
31 complex_rep_SOURCES = complex_rep.S
32 fldcw_check_SOURCES = fldcw_check.S
33 million_SOURCES = million.S
34 rep_prefix_SOURCES = rep_prefix.S
36 # To compile the ll testcase, the compiler needs to support -Xassembler
37 # ICC does not do that
39 AM_CCASFLAGS += -Xassembler -I$(top_srcdir)/exp-bbv/tests
44 clone_test_CFLAGS = $(AM_CFLAGS) @FLAG_NO_PIE@
45 complex_rep_CFLAGS = $(AM_CFLAGS) @FLAG_NO_PIE@
46 fldcw_check_CFLAGS = $(AM_CFLAGS) @FLAG_NO_PIE@
47 ll_CFLAGS = $(AM_CFLAGS) @FLAG_NO_PIE@
48 million_CFLAGS = $(AM_CFLAGS) @FLAG_NO_PIE@
49 rep_prefix_CFLAGS = $(AM_CFLAGS) @FLAG_NO_PIE@