diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-23 10:15:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-23 18:44:30 +0900 |
| commit | 86cb94c72347d7439980e69a69797d6f8a1688d6 (patch) | |
| tree | 4c262aeb3da553c1227ede44465f050dfa5831aa /tests | |
| parent | 8646e6f693fd935c6cb81e776a6c92a3fd093a33 (diff) | |
| download | ducc-86cb94c72347d7439980e69a69797d6f8a1688d6.tar.gz ducc-86cb94c72347d7439980e69a69797d6f8a1688d6.tar.zst ducc-86cb94c72347d7439980e69a69797d6f8a1688d6.zip | |
feat: use "make" as builder
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh index 27bd6d0..728af52 100644 --- a/tests/run.sh +++ b/tests/run.sh @@ -1,6 +1,6 @@ set -e -export ducc="../../../$BIN" +export ducc="../../../build/$BIN" export testcase=$1 export tmp_dir="tests/tmp/$testcase" |
