summaryrefslogtreecommitdiff
path: root/tests/projects/hybrid/static_library/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-04 00:33:55 +0800
committerruki <[email protected]>2019-09-03 21:23:33 +0800
commitca20eae2af926af38bd19a539bd919f4cd1439cd (patch)
tree8a1a3214043a2759a569f3fa2fd80b14c7853483 /tests/projects/hybrid/static_library/src/main.cpp
parent9f580d4e56f182c65b8402b7e4e5dd3e9c1612fd (diff)
add hybrid test project
Diffstat (limited to 'tests/projects/hybrid/static_library/src/main.cpp')
-rw-r--r--tests/projects/hybrid/static_library/src/main.cpp10
1 files changed, 10 insertions, 0 deletions
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;
+}