Intensive refactor of DRAMSys project structure and CMakeFiles
This commit is contained in:
16
tests/tests_dramsys/test_misc.cpp
Normal file
16
tests/tests_dramsys/test_misc.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
class MiscTest : public ::testing::Test {
|
||||
protected:
|
||||
virtual void SetUp()
|
||||
{
|
||||
}
|
||||
|
||||
virtual void TearDown()
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
TEST_F(MiscTest, Test)
|
||||
{
|
||||
};
|
||||
Reference in New Issue
Block a user