Changeset 1294


Ignore:
Timestamp:
Apr 25, 2012, 1:05:12 AM (11 years ago)
Author:
sam
Message:

test: add unit tests for the Array class.

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r1257 r1294  
    2424testsuite_SOURCES = testsuite.cpp \
    2525    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
    2728testsuite_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
    2829testsuite_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
  • trunk/win32/testsuite.vcxproj

    r1257 r1294  
    2929  <ItemGroup>
    3030    <ClCompile Include="..\test\testsuite.cpp" />
     31    <ClCompile Include="..\test\unit\array.cpp" />
    3132    <ClCompile Include="..\test\unit\build.cpp" />
    3233    <ClCompile Include="..\test\unit\cmplx.cpp" />
Note: See TracChangeset for help on using the changeset viewer.