Skip to content

Commit

Permalink
Updating unit test file
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Nov 1, 2023
1 parent e7a1e0b commit 13c05bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/unit_testing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ add_subdirectory( src/tools/concepts/IsRange/test )
add_subdirectory( src/tools/concepts/IsIterator/test )

add_subdirectory( src/tools/ranges/IteratorView/test )
add_subdirectory( src/tools/ranges/TransformIterator/test )
add_subdirectory( src/tools/ranges/TransformView/test )
add_subdirectory( src/tools/ranges/make_view/test )
add_subdirectory( src/tools/ranges/make_transform_view/test )

0 comments on commit 13c05bd

Please sign in to comment.