- Timestamp:
- Dec 12, 2011, 7:17:37 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitignore
r1082 r1112 63 63 test/benchsuite 64 64 test/quad 65 test/sandbox 65 test/sandbox/sample 66 66 test/math/pi 67 67 test/math/poly -
trunk/configure.ac
r1109 r1112 340 340 test/Makefile 341 341 test/math/Makefile 342 test/sandbox/Makefile 342 343 test/tutorial/Makefile 343 344 test/xolotl/Makefile -
trunk/test/Makefile.am
r1052 r1112 1 1 2 SUBDIRS = math tutorial xolotl2 SUBDIRS = math tutorial sandbox xolotl 3 3 4 4 AM_CPPFLAGS = -I$(top_srcdir)/src … … 9 9 all-local: $(noinst_PROGRAMS) 10 10 test x$(MAKE_FSELF) = xno || make_fself quad$(EXEEXT) quad.self 11 test x$(MAKE_FSELF) = xno || make_fself sandbox$(EXEEXT) sandbox.self12 11 test x$(MAKE_FSELF) = xno || make_fself benchsuite$(EXEEXT) benchsuite.self 13 12 test x$(MAKE_FSELF) = xno || make_fself testsuite$(EXEEXT) testsuite.self … … 19 18 EXTRA_DIST = data/gradient.png 20 19 21 noinst_PROGRAMS = quad sandboxbenchsuite testsuite20 noinst_PROGRAMS = quad benchsuite testsuite 22 21 23 22 TESTS = testsuite … … 42 41 quad_DEPENDENCIES = $(top_builddir)/src/liblol.a 43 42 44 sandbox_SOURCES = debug/sandbox.cpp45 sandbox_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@46 sandbox_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@47 sandbox_DEPENDENCIES = $(top_builddir)/src/liblol.a48 -
trunk/test/math/Makefile.am
r1011 r1112 4 4 all-local: $(noinst_PROGRAMS) 5 5 test x$(MAKE_FSELF) = xno || make_fself pi$(EXEEXT) pi.self 6 test x$(MAKE_FSELF) = xno || make_fself poly$(EXEEXT) p i.self6 test x$(MAKE_FSELF) = xno || make_fself poly$(EXEEXT) poly.self 7 7 test x$(MAKE_FSELF) = xno || make_fself remez$(EXEEXT) remez.self 8 8
Note: See TracChangeset
for help on using the changeset viewer.