aboutsummaryrefslogtreecommitdiff
path: root/bin/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test.sh')
-rw-r--r--bin/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test.sh b/bin/test.sh
index dbf6fa2..d8efb03 100644
--- a/bin/test.sh
+++ b/bin/test.sh
@@ -2,11 +2,11 @@
set -eu
library_dir() {
- echo "_build/deps/$1"
+ echo "target/deps/$1"
}
project_dir() {
- echo "_build/lib/$1"
+ echo "target/lib/$1"
}
clone_dep() {