summaryrefslogtreecommitdiff
path: root/tests/main_test.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-27 13:15:47 -0600
committermo khan <mo@mokhan.ca>2025-06-27 13:15:47 -0600
commite970d1e29aa9a4e1a4ac6419079928b803536825 (patch)
treef77f8c09cfd1381d007931d8ee321453f8f85770 /tests/main_test.rs
parent4230cb44a1212e62c54b3d4f1f7304e5fd02ef81 (diff)
test: refactor duplicate tests and start to build test harness for rpc server
Diffstat (limited to 'tests/main_test.rs')
-rw-r--r--tests/main_test.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/main_test.rs b/tests/main_test.rs
new file mode 100644
index 00000000..5c6016f6
--- /dev/null
+++ b/tests/main_test.rs
@@ -0,0 +1,2 @@
+#[cfg(test)]
+mod tests {}