Skip to content

Commit

Permalink
moved test_* programs to octomap/testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Wurm committed Aug 8, 2011
1 parent 01afcff commit e85f024
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
13 changes: 1 addition & 12 deletions octomap/src/octomap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ else(WITH_ROS)
TARGET_LINK_LIBRARIES(octomap octomath)
endif(WITH_ROS)

ADD_SUBDIRECTORY( testing )

ADD_EXECUTABLE(graph2tree graph2tree.cpp)
TARGET_LINK_LIBRARIES(graph2tree octomap)
Expand All @@ -42,17 +43,6 @@ TARGET_LINK_LIBRARIES(edit_octree octomap)
ADD_EXECUTABLE(simple simple.cpp)
TARGET_LINK_LIBRARIES(simple octomap)

ADD_EXECUTABLE(test_raycasting test_raycasting.cpp)
TARGET_LINK_LIBRARIES(test_raycasting octomap)

ADD_EXECUTABLE(test_iterators test_iterators.cpp)
TARGET_LINK_LIBRARIES(test_iterators octomap)

ADD_EXECUTABLE(test_scans test_scans.cpp)
TARGET_LINK_LIBRARIES(test_scans octomap)

ADD_EXECUTABLE(test_lut test_lut.cpp)
TARGET_LINK_LIBRARIES(test_lut octomap)

# installation:
# store all header files to install:
Expand All @@ -66,7 +56,6 @@ install(TARGETS
log2graph
binvox2bt
bt2vrml
test_raycasting
${INSTALL_TARGETS_DEFAULT_ARGS}
)

14 changes: 14 additions & 0 deletions octomap/src/octomap/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


ADD_EXECUTABLE(test_raycasting test_raycasting.cpp)
TARGET_LINK_LIBRARIES(test_raycasting octomap)

ADD_EXECUTABLE(test_iterators test_iterators.cpp)
TARGET_LINK_LIBRARIES(test_iterators octomap)

ADD_EXECUTABLE(test_scans test_scans.cpp)
TARGET_LINK_LIBRARIES(test_scans octomap)

ADD_EXECUTABLE(test_lut test_lut.cpp)
TARGET_LINK_LIBRARIES(test_lut octomap)

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e85f024

Please sign in to comment.