project: added project skeleton
Skeleton includes emtpy implementations of application class structure. Source groups were added to CMakeLists to define filters in Visual Studio.
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
#include <cxxtest/TestSuite.h>
|
||||
|
||||
#include "utility.h"
|
||||
|
||||
class UtilityTestSuite: public CxxTest::TestSuite
|
||||
{
|
||||
public:
|
||||
void test_one_returns_the_number_one(void)
|
||||
{
|
||||
TS_ASSERT_EQUALS(one(), 1);
|
||||
TS_ASSERT_EQUALS(1, 1);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user