Skip to content

Commit

Permalink
tests -> test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Mar 8, 2022
1 parent 29daece commit 4e9456d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .doozer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cd",
"cmake-3.14.0/bin/cmake . -DBUILD_TESTS=ON",
"cmake-3.14.0/bin/cmake --build . --target unit_tests",
"cd tests",
"cd test",
"./unit_tests;"
]
},
Expand All @@ -35,7 +35,7 @@
"g++ --version",
"cmake . -DBUILD_TESTS=ON",
"cmake --build . --target unit_tests",
"cd tests",
"cd test",
"./unit_tests;"
]
}
Expand Down

0 comments on commit 4e9456d

Please sign in to comment.