mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 18:17:44 +00:00
12 lines
182 B
C++
12 lines
182 B
C++
#include <gtest/gtest.h>
|
|
|
|
class ConvBuilderTest : public ::testing::Test
|
|
{
|
|
};
|
|
|
|
TEST_F(ConvBuilderTest, PlaceholderTest)
|
|
{
|
|
// TODO: Implement actual test
|
|
EXPECT_TRUE(true);
|
|
}
|