File: SampleTest.cpp

package info (click to toggle)
aevol 9.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,176 kB
  • sloc: cpp: 26,650; ansic: 1,237; sh: 582; python: 545; makefile: 31
file content (6 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
5
6
#include <gtest/gtest.h>

TEST(SampleTest, AssertionTrue)
{
  ASSERT_EQ(1, 1);
}