summaryrefslogtreecommitdiffstats
path: root/vendor/object/tests/integration.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/object/tests/integration.rs')
-rw-r--r--vendor/object/tests/integration.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/object/tests/integration.rs b/vendor/object/tests/integration.rs
new file mode 100644
index 000000000..6ebcb547f
--- /dev/null
+++ b/vendor/object/tests/integration.rs
@@ -0,0 +1,2 @@
+mod read;
+mod round_trip;