Skip to content

Commit

Permalink
Enable multitarget test for native generator
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Sep 16, 2022
1 parent a65e0ad commit 0eb1eb8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ add_subdirectory(hostbuild)
add_subdirectory(envvar)
add_subdirectory(features)
add_subdirectory(cargo_flags)

if(NOT CORROSION_NATIVE_TOOLING)
add_subdirectory(multitarget)
endif()
add_subdirectory(multitarget)

if(Rust_VERSION VERSION_GREATER_EQUAL 1.57.0)
add_subdirectory(custom_profiles)
Expand Down

0 comments on commit 0eb1eb8

Please sign in to comment.