Home
last modified time | relevance | path

Searched refs:FAIL_COMPARISON_STR (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/
H A Dtest-cpp-example.cpp12 #ifndef FAIL_COMPARISON_STR
13 #define FAIL_COMPARISON_STR "" macro
19 if(0 == ret_string.compare(CppExample::test_string + FAIL_COMPARISON_STR)) { in main()
H A DCMakeLists.txt53 target_compile_definitions(test-cmake-example PRIVATE FAIL_COMPARISON_STR="foo")