diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-05-04 23:24:27 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-05-04 23:58:04 +0900 |
| commit | 4850c42e79a395bf958005f16f19be4ea798a3c4 (patch) | |
| tree | f40fdfc158d5012a0e7d68bce33aa957b48d821f /justfile | |
| parent | dad74f4d1e786f7dcfcc4b1bc93928b959aaa287 (diff) | |
| download | P4Dcc-4850c42e79a395bf958005f16f19be4ea798a3c4.tar.gz P4Dcc-4850c42e79a395bf958005f16f19be4ea798a3c4.tar.zst P4Dcc-4850c42e79a395bf958005f16f19be4ea798a3c4.zip | |
simplify build test
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ test TESTCASE="all" $BIN="p4dcc": build else bash tests/run.sh {{TESTCASE}} fi + if [[ $BIN = p4dcc ]]; then + just build2 + fi clean: rm p4dcc* |
