aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/installer_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/installer_test.rs')
-rw-r--r--crates/shirabe/tests/installer_test.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/tests/installer_test.rs b/crates/shirabe/tests/installer_test.rs
index ba3c0e86..c9e0cf63 100644
--- a/crates/shirabe/tests/installer_test.rs
+++ b/crates/shirabe/tests/installer_test.rs
@@ -1,5 +1,7 @@
//! ref: composer/tests/Composer/Test/InstallerTest.php
+#[path = "common/bootstrap.rs"]
+mod bootstrap;
#[path = "common/config_stub.rs"]
mod config_stub;
#[path = "common/test_case.rs"]