Skip to content

Commit

Permalink
Fix typo in CMake test definition
Browse files Browse the repository at this point in the history
Co-authored-by: Shelly Belsky <71195502+sbelsk@users.noreply.github.com>
  • Loading branch information
williamjallen and sbelsk committed May 27, 2024
1 parent fd99623 commit 9d034f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ add_cypress_e2e_test(build-configure)
set_tests_properties(cypress/e2e/build-configure PROPERTIES DEPENDS cypress/e2e/tests)

add_cypress_e2e_test(all-projects)
set_tests_properties(cypress/e2e/build-configure PROPERTIES DEPENDS cypress/e2e/build-configure)
set_tests_properties(cypress/e2e/all-projects PROPERTIES DEPENDS cypress/e2e/build-configure)

0 comments on commit 9d034f7

Please sign in to comment.