aboutsummaryrefslogtreecommitdiffstats
path: root/crates/pseudonyms/tests/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/pseudonyms/tests/main.rs')
-rw-r--r--crates/pseudonyms/tests/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/pseudonyms/tests/main.rs b/crates/pseudonyms/tests/main.rs
new file mode 100644
index 0000000..5dd7f19
--- /dev/null
+++ b/crates/pseudonyms/tests/main.rs
@@ -0,0 +1,3 @@
+#[cfg(target_os = "linux")]
+mod grpc;
+mod helpers;