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

6 lines
71 B
C++

#include <gtest/gtest.h>
TEST(misc, passing) {
ASSERT_EQ(1, 1);
}