aboutsummaryrefslogtreecommitdiff
path: root/test/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/lib.rs')
-rw-r--r--test/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/lib.rs b/test/src/lib.rs
new file mode 100644
index 0000000..5e91425
--- /dev/null
+++ b/test/src/lib.rs
@@ -0,0 +1,3 @@
+include!("test_func.rs");
+include!("test_invoke.rs");
+include!("test_select.rs");