9 lines
119 B
C++
9 lines
119 B
C++
|
#include <UnitTest++.h>
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
int main (int argc, char *argv[])
|
||
|
{
|
||
|
return UnitTest::RunAllTests ();
|
||
|
}
|