Skip to content

Commit

Permalink
missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor committed Nov 2, 2023
1 parent daffa88 commit 5db5d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aliceVision/graph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ alicevision_add_interface(aliceVision_graph
)

# Unit tests
alicevision_add_test(connectedComponent_test.cpp NAME "graph_connectedComponent" LINKS aliceVision_graph)
alicevision_add_test(triplet_test.cpp NAME "graph_triplet" LINKS aliceVision_graph)
alicevision_add_test(connectedComponent_test.cpp NAME "graph_connectedComponent" LINKS aliceVision_graph ${LEMON_LIBRARY})
alicevision_add_test(triplet_test.cpp NAME "graph_triplet" LINKS aliceVision_graph ${LEMON_LIBRARY})
2 changes: 2 additions & 0 deletions src/aliceVision/sfm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ alicevision_add_test(bundle/bundleAdjustment_test.cpp
aliceVision_multiview_test_data
aliceVision_feature
aliceVision_system
${LEMON_LIBRARY}
)

alicevision_add_test(utils/alignment_test.cpp
Expand All @@ -98,6 +99,7 @@ alicevision_add_test(utils/alignment_test.cpp
aliceVision_sfm
aliceVision_multiview
aliceVision_multiview_test_data
${LEMON_LIBRARY}
)

add_subdirectory(pipeline)
Expand Down

0 comments on commit 5db5d7b

Please sign in to comment.