SWDEV-277697 - Adding Infra and dependent libs: Catch2 and json parser, for new HIP Testing framework
Change-Id: Iedfa041ec9acc13eeb631ff67e1677e2fe29463d
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <hip_test_common.hh>
|
||||
|
||||
TEST_CASE("cpp17 test") {
|
||||
constexpr auto l = []() { return 2 * 10 * 30; };
|
||||
REQUIRE(l() == 600);
|
||||
}
|
||||
Reference in New Issue
Block a user