.
This commit is contained in:
12
src/bytecode/tests.cc
Normal file
12
src/bytecode/tests.cc
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(test, test)
|
||||
{
|
||||
ASSERT_EQ(1, 1);
|
||||
}
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
Reference in New Issue
Block a user