Retro68/gcc/libvtv/testsuite/Makefile.am

14 lines
536 B
Makefile
Raw Normal View History

2017-04-10 11:32:00 +00:00
## Process this file with automake to produce Makefile.in.
2012-03-27 23:13:14 +00:00
AUTOMAKE_OPTIONS = foreign dejagnu
2017-04-10 11:32:00 +00:00
# May be used by various substitution variables.
gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
2012-03-27 23:13:14 +00:00
2017-04-10 11:32:00 +00:00
EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
echo $(top_builddir)/../expect/expect; else echo expect; fi)
_RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"