Changeset 1294
- Timestamp:
- Apr 25, 2012, 1:05:12 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r1257 r1294 24 24 testsuite_SOURCES = testsuite.cpp \ 25 25 unit/vector.cpp unit/matrix.cpp unit/half.cpp unit/trig.cpp \ 26 unit/build.cpp unit/real.cpp unit/image.cpp unit/quat.cpp unit/cmplx.cpp 26 unit/build.cpp unit/real.cpp unit/image.cpp unit/quat.cpp unit/cmplx.cpp \ 27 unit/array.cpp 27 28 testsuite_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 28 29 testsuite_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ -
trunk/win32/testsuite.vcxproj
r1257 r1294 29 29 <ItemGroup> 30 30 <ClCompile Include="..\test\testsuite.cpp" /> 31 <ClCompile Include="..\test\unit\array.cpp" /> 31 32 <ClCompile Include="..\test\unit\build.cpp" /> 32 33 <ClCompile Include="..\test\unit\cmplx.cpp" />
Note: See TracChangeset
for help on using the changeset viewer.