Skip to content

Commit

Permalink
fixes (will create a new, cleaner, PR).
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorolev committed Jul 31, 2024
1 parent a30cc15 commit 0eda091
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmake/run-cmake-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ touch CMakeLists.txt
echo

echo "::group::release_test"
make test
make release_test
echo "::endgroup::"

echo "::group::debug_test"
Expand All @@ -185,14 +185,14 @@ echo
touch src/test_gtest.cc
T0_GTEST=$(date +%s)
echo "::group::one line change google gtest release"
make test
make release_test
echo "::endgroup::"
T1_GTEST=$(date +%s)

touch src/test_current_gtest.cc
T0_CURRENT_GTEST=$(date +%s)
echo "::group::one line change current gtest release"
make test
make release_test
echo "::endgroup::"
T1_CURRENT_GTEST=$(date +%s)

Expand Down Expand Up @@ -269,7 +269,6 @@ touch CMakeLists.txt
echo "::group::build .current/libdlib_mul.{so|dylib} and .current/call_dynamic_mul"
make
echo "::endgroup::"

echo "::group::build .current_debug/libdlib_mul.{so|dylib} and .current_debug/call_dynamic_mul"
make debug
echo "::endgroup::"
Expand Down

0 comments on commit 0eda091

Please sign in to comment.