add first test
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "hi there" << std::endl;
|
||||
TEST(Array, test){
|
||||
std::cout << "g" << std::endl;
|
||||
EXPECT_EQ(1, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user