summaryrefslogtreecommitdiff
path: root/bin/buildtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/buildtest.sh')
-rwxr-xr-xbin/buildtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/buildtest.sh b/bin/buildtest.sh
index 67d50252..1dd96ecb 100755
--- a/bin/buildtest.sh
+++ b/bin/buildtest.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-build.sh $1
-test.sh $1
+$CHISEL_BIN/build.sh $1
+$CHISEL_BIN/test.sh $1