[K/N] Migrate some cinterop tests to new test infra
This commit is contained in:
committed by
Space Team
parent
22b2c1a587
commit
c5248fc5f4
+8
@@ -0,0 +1,8 @@
|
||||
#include <string>
|
||||
#include "auxiliarySources.aux.h"
|
||||
|
||||
static std::string _name = "Hello from C++";
|
||||
|
||||
const char* name() {
|
||||
return _name.c_str();
|
||||
}
|
||||
Reference in New Issue
Block a user