diff options
| author | 2025-03-22 16:19:04 -0500 | |
|---|---|---|
| committer | 2025-03-22 16:19:04 -0500 | |
| commit | a82bb66b4a7236f39085c9a9dc3711e2c3f75374 (patch) | |
| tree | 7a9302d887a03edc8460214357a659459bfd3745 /bundle | |
| parent | Merge branch 'declare-cc' (diff) | |
Update build directory for test.
Diffstat (limited to 'bundle')
| -rw-r--r-- | bundle/test.janet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/test.janet b/bundle/test.janet index caa88aa..6cf4a20 100644 --- a/bundle/test.janet +++ b/bundle/test.janet @@ -5,7 +5,7 @@ (defn main [& argv] (def failures-array @[]) - (def build-path (os/realpath "build")) + (def build-path (os/realpath "_build/release")) (each suite (sorted (os/dir "test")) (when (string/has-prefix? "suite-" suite) (eprint "Running suite " suite) |
