sandboxed-api/oss-internship-2020/sapi_lodepng/main_unit_test.cc
2020-08-07 11:01:41 +00:00

14 lines
236 B
C++

#include "gtest/gtest.h"
#include "lodepng_sapi.sapi.h"
#include "sandbox.h"
#include <glog/logging.h>
#include "gmock/gmock.h"
// #include "gtest/gtest.h"
namespace {
TEST(addition, basic) {
EXPECT_EQ(2, 1 + 1);
}
} // namespace