]> git.ipfire.org Git - thirdparty/gcc.git/blame - libvtv/testsuite/Makefile.am
[ARM,testsuite] Fix typo in arm_arch_v8a_ok effective target.
[thirdparty/gcc.git] / libvtv / testsuite / Makefile.am
CommitLineData
68a98a70 1## Process this file with automake to produce Makefile.in.
b710ec85 2
786f8177 3AUTOMAKE_OPTIONS = foreign dejagnu
b710ec85 4
68a98a70 5# May be used by various substitution variables.
602de845 6gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
b710ec85 7
68a98a70 8EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
9 echo $(top_builddir)/../expect/expect; else echo expect; fi)
10
11_RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
12 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
f00f02a3 13RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)