nix-config/templates/c++-cmake/tests/unit/dummy_test.cc

6 lines
71 B
C++
Raw Normal View History

2023-04-04 17:48:04 +02:00
#include <gtest/gtest.h>
TEST(misc, passing) {
ASSERT_EQ(1, 1);
}