github.com/ronhuafeng/gofrontend@v0.0.0-20220715151246-ff23266b8bc5/libgo/testsuite/Makefile.am (about) 1 ## Process this file with automake to produce Makefile.in. 2 3 AUTOMAKE_OPTIONS = foreign dejagnu 4 5 # Setup the testing framework, if you have one 6 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \ 7 echo $(top_builddir)/../expect/expect ; \ 8 else echo expect ; fi` 9 10 RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \ 11 echo $(top_srcdir)/../dejagnu/runtest ; \ 12 else echo runtest; fi` 13 14 EXTRA_DEJAGNU_SITE_CONFIG = libgo-test-support.exp 15 16 # When running the tests we set GCC_EXEC_PREFIX to the install tree so that 17 # files that have already been installed there will be found. The -B option 18 # overrides it, so use of GCC_EXEC_PREFIX will not result in using GCC files 19 # from the install tree. 20 21 AM_RUNTESTFLAGS = "TEST_GCC_EXEC_PREFIX=$(libdir)/gcc" 22 23 CLEANFILES = *.log *.sum