File: main.cpp

package info (click to toggle)
ode 2%3A0.11.1-4.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,332 kB
  • ctags: 8,457
  • sloc: cpp: 76,353; sh: 10,289; ansic: 5,222; makefile: 667; python: 44
file content (9 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
// openode_UnitTest++.cpp : Defines the entry point for the console application.
//

#include <UnitTest++.h>

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