CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
CMSDKTest.cpp
Go to the documentation of this file.
1
5// Replicoder.cpp : Defines the entry point for the console application.
6//
7
8#include "CMSDKTest.h"
9
10using namespace cmlabs;
11
12void printUsage(const char* progname) {
13 printf("Usage: %s [] []\n\n", progname);
14}
15
16int main(int argc, char* argv[]) {
17
19
20 return 0;
21}
22
int main(int argc, char *argv[])
Definition CMSDKTest.cpp:16
void printUsage(const char *progname)
Definition CMSDKTest.cpp:12
Convenience umbrella header for the standalone CMSDKTest console program (see src/CMSDKTest....
bool UnitTest_CMSDK()
Back-compatible entry: run the full suite with default settings.