From ca20eae2af926af38bd19a539bd919f4cd1439cd Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 4 Sep 2019 00:33:55 +0800 Subject: add hybrid test project --- tests/projects/hybrid/static_library/src/main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/projects/hybrid/static_library/src/main.cpp (limited to 'tests/projects/hybrid/static_library/src/main.cpp') diff --git a/tests/projects/hybrid/static_library/src/main.cpp b/tests/projects/hybrid/static_library/src/main.cpp new file mode 100644 index 000000000..2750fcf2c --- /dev/null +++ b/tests/projects/hybrid/static_library/src/main.cpp @@ -0,0 +1,10 @@ +#include "test.h" + +int main(int argc, char** argv) +{ + test1(); + test2(); + test3(); + test4(); + return 0; +} -- cgit v1.3.1