Changeset 2468
- Timestamp:
- Feb 22, 2013, 2:19:22 PM (10 years ago)
- Location:
- trunk/test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r2450 r2468 22 22 unit/build.cpp unit/real.cpp unit/image.cpp unit/quat.cpp unit/cmplx.cpp \ 23 23 unit/array.cpp unit/rotation.cpp unit/string.cpp unit/map.cpp \ 24 unit/color.cpp unit/atomic.cpp unit/interp.cpp 24 unit/color.cpp unit/atomic.cpp unit/interp.cpp unit/box.cpp 25 25 testsuite_CPPFLAGS = $(AM_CPPFLAGS) 26 26 testsuite_DEPENDENCIES = @LOL_DEPENDENCIES@ -
trunk/test/testsuite.vcxproj
r2432 r2468 38 38 <ClCompile Include="testsuite.cpp" /> 39 39 <ClCompile Include="unit\array.cpp" /> 40 <ClCompile Include="unit\box.cpp" /> 40 41 <ClCompile Include="unit\build.cpp" /> 41 42 <ClCompile Include="unit\cmplx.cpp" />
Note: See TracChangeset
for help on using the changeset viewer.