Changeset 978
- Timestamp:
- Sep 25, 2011, 12:21:40 AM (11 years ago)
- Location:
- trunk/test
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r977 r978 15 15 $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) 16 16 17 EXTRA_DIST = data/gradient.png 18 17 19 noinst_PROGRAMS = quad sandbox benchsuite testsuite 18 20 … … 20 22 21 23 testsuite_SOURCES = testsuite.cpp \ 22 unit/matrix.cpp unit/half.cpp unit/trig.cpp unit/build.cpp unit/real.cpp 24 unit/matrix.cpp unit/half.cpp unit/trig.cpp unit/build.cpp \ 25 unit/real.cpp unit/image.cpp 23 26 testsuite_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 24 27 testsuite_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
Note: See TracChangeset
for help on using the changeset viewer.