Changeset 893
- Timestamp:
- Sep 3, 2011, 9:47:52 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitignore
r827 r893 5 5 *.la 6 6 *.exe 7 *.elf 8 *.self 7 9 *.userprefs 8 10 *.usertasks … … 53 55 monsterz/monsterz 54 56 test/lol-test 57 test/lol-bench 55 58 test/quad 59 test/sandbox 56 60 tools/make-font 57 61 # Our data -
trunk/test/Makefile.am
r889 r893 11 11 all-local: quad$(EXEEXT) lol-bench$(EXEEXT) 12 12 test x$(MAKE_FSELF) = xno || make_fself quad$(EXEEXT) quad.self 13 test x$(MAKE_FSELF) = xno || make_fself sandbox$(EXEEXT) sandbox.self 13 14 test x$(MAKE_FSELF) = xno || make_fself lol-bench$(EXEEXT) lol-bench.self 14 15 15 CLEANFILES = quad.self lol-bench.self16 CLEANFILES = quad.self sandbox lol-bench.self 16 17 17 noinst_PROGRAMS = quad lol-bench $(cppunit_tests)18 noinst_PROGRAMS = quad sandbox lol-bench $(cppunit_tests) 18 19 19 20 TESTS = $(cppunit_tests) … … 36 37 quad_DEPENDENCIES = $(top_builddir)/src/liblol.a 37 38 39 sandbox_SOURCES = debug/sandbox.cpp 40 sandbox_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 41 sandbox_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ 42 sandbox_DEPENDENCIES = $(top_builddir)/src/liblol.a 43
Note: See TracChangeset
for help on using the changeset viewer.