From 5c56dcd60dcce02babbcba862d71f3f891a712a4 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 4 Apr 2024 00:59:22 +0800 Subject: add cjson test --- tests/projects/other/native_module_cjson/src/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/projects/other/native_module_cjson/src/main.cpp (limited to 'tests/projects/other/native_module_cjson/src/main.cpp') diff --git a/tests/projects/other/native_module_cjson/src/main.cpp b/tests/projects/other/native_module_cjson/src/main.cpp new file mode 100644 index 000000000..7c775d288 --- /dev/null +++ b/tests/projects/other/native_module_cjson/src/main.cpp @@ -0,0 +1,6 @@ +#include + +int main(int argc, char** argv) { + std::cout << "hello world!" << std::endl; + return 0; +} -- cgit v1.3.1