updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4011ab8080
commit
853aa2784c
@ -55,6 +55,7 @@ TEST(utils_common, version_less) {
|
||||
EXPECT_EQ(-1, utils::compare_version_strings("1.0.0.0", "1.0.1.0"));
|
||||
}
|
||||
|
||||
#if defined(PROJECT_ENABLE_STDUUID)
|
||||
TEST(utils_common, create_uuid_string) {
|
||||
const auto uuid1 = utils::create_uuid_string();
|
||||
const auto uuid2 = utils::create_uuid_string();
|
||||
@ -62,4 +63,5 @@ TEST(utils_common, create_uuid_string) {
|
||||
ASSERT_EQ(36U, uuid2.size());
|
||||
ASSERT_STRNE(uuid1.c_str(), uuid2.c_str());
|
||||
}
|
||||
#endif // defined(PROJECT_ENABLE_STDUUID)
|
||||
} // namespace repertory
|
||||
|
Loading…
x
Reference in New Issue
Block a user