Changeset 956
- Timestamp:
- 11/05/08 15:38:39 (2 months ago)
- Location:
- trunk/test/unit
- Files:
-
- 1 added
- 2 modified
-
CMakeLists.txt (modified) (1 diff)
-
Makefile.am (modified) (1 diff)
-
lasreader_iterator_test.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/CMakeLists.txt
r644 r956 12 12 lasheader_test.cpp 13 13 laspoint_test.cpp 14 lasreader_iterator_test.cpp 14 15 lasreader_test.cpp 15 16 lasrecordheader_test.cpp -
trunk/test/unit/Makefile.am
r648 r956 10 10 11 11 liblas_test_SOURCES = \ 12 common.cpp \ 12 13 guid_test.cpp \ 13 common.cpp \14 14 laserror_test.cpp \ 15 15 lasfile_test.cpp \ 16 16 lasheader_test.cpp \ 17 17 laspoint_test.cpp \ 18 lasreader_iterator_test.cpp \ 18 19 lasreader_test.cpp \ 19 20 lasrecordheader_test.cpp \
