aboutsummaryrefslogtreecommitdiffstats
path: root/Scoop-Bucket.Tests.ps1
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Scoop-Bucket.Tests.ps12
1 files changed, 2 insertions, 0 deletions
diff --git a/Scoop-Bucket.Tests.ps1 b/Scoop-Bucket.Tests.ps1
new file mode 100644
index 0000000..5e620e8
--- /dev/null
+++ b/Scoop-Bucket.Tests.ps1
@@ -0,0 +1,2 @@
+if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
+. "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1"