From c7c412f6458f5aceeb02e9bfc292dc7aac0852d3 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 25 Jul 2024 00:54:13 +0800 Subject: move autogen tests --- tests/projects/other/autogen_binary_module/src/data.in | 1 - tests/projects/other/autogen_binary_module/src/main.cpp | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 tests/projects/other/autogen_binary_module/src/data.in delete mode 100644 tests/projects/other/autogen_binary_module/src/main.cpp (limited to 'tests/projects/other/autogen_binary_module/src') diff --git a/tests/projects/other/autogen_binary_module/src/data.in b/tests/projects/other/autogen_binary_module/src/data.in deleted file mode 100644 index a04238969..000000000 --- a/tests/projects/other/autogen_binary_module/src/data.in +++ /dev/null @@ -1 +0,0 @@ -hello world! diff --git a/tests/projects/other/autogen_binary_module/src/main.cpp b/tests/projects/other/autogen_binary_module/src/main.cpp deleted file mode 100644 index 3241308f7..000000000 --- a/tests/projects/other/autogen_binary_module/src/main.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include - -using namespace std; - -extern unsigned char g_codegen_data[]; - -int main(int argc, char** argv) { - cout << (const char*)g_codegen_data << endl; - return 0; -} -- cgit v1.3.1