File: main-test.cpp

package info (click to toggle)
packagesearch 2.10.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,704 kB
  • sloc: cpp: 9,176; perl: 248; makefile: 15; sh: 11
file content (10 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
#ifdef __UNIT_TEST_PP

#include <UnitTest++.h>

int main()
{
	return UnitTest::RunAllTests();
}

#endif