Changeset 2468


Ignore:
Timestamp:
Feb 22, 2013, 2:19:22 PM (10 years ago)
Author:
sam
Message:

test: unit test for 2D boxes.

Location:
trunk/test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r2450 r2468  
    2222    unit/build.cpp unit/real.cpp unit/image.cpp unit/quat.cpp unit/cmplx.cpp \
    2323    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
    2525testsuite_CPPFLAGS = $(AM_CPPFLAGS)
    2626testsuite_DEPENDENCIES = @LOL_DEPENDENCIES@
  • trunk/test/testsuite.vcxproj

    r2432 r2468  
    3838    <ClCompile Include="testsuite.cpp" />
    3939    <ClCompile Include="unit\array.cpp" />
     40    <ClCompile Include="unit\box.cpp" />
    4041    <ClCompile Include="unit\build.cpp" />
    4142    <ClCompile Include="unit\cmplx.cpp" />
Note: See TracChangeset for help on using the changeset viewer.