Skip to content

Commit

Permalink
publish 5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Feb 12, 2024
1 parent 0905173 commit aeea8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ include(cmake/fetch_content.cmake)
# in code coverage computation as they are test programs themselves.
set(EXTRA_COVERAGE_EXCLUSION "\'${CMAKE_CURRENT_SOURCE_DIR}/integration/*\'")

project(bofstd VERSION 5.4.3.0)
project(bofstd VERSION 5.4.4.0)
# Some naming conventions either requires lower or upper case.
# And some don't like underscore.
# So already prepare all those variables
Expand Down
2 changes: 1 addition & 1 deletion tests/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ int main(int argc, char *argv[])
//::testing::GTEST_FLAG(filter) = "RawCircularBuffer_Test.FillWrapOverwrite";
//::testing::GTEST_FLAG(filter) = "RawCircularBuffer_Test.*:CircularBuffer_Test.*:RawCircularBufferInSlotMode_Test.*";
//::testing::GTEST_FLAG(filter) = "BofThreadPool_Test.*:BofThread_Test.*";
//::testing::GTEST_FLAG(filter) = "Graph_Test.*:ScopedGuard_Test.*";
::testing::GTEST_FLAG(filter) = "Graph_Test.*:ScopedGuard_Test.*";
// ::testing::GTEST_FLAG(filter) = "RawCircularBufferAlwaysContiguous_Test.*:RawCircularBuffer_Test.*:RawCircularBufferInSlotMode_Test.*";
// std::string CrtDir_S;
// BOF::Bof_GetCurrentDirectory(CrtDir_S);
Expand Down

0 comments on commit aeea8c6

Please sign in to comment.