diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-09-01 04:44:17 +0300 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-09-01 04:51:37 +0300 |
| commit | 075fefa504f177f02d977b941e4b90b80aee20f8 (patch) | |
| tree | b9a936db6a91efedeafedffc094bee9680c56a4f | |
| parent | skel/: include some useful headers in solution.cpp (diff) | |
| download | aoc24-075fefa504f177f02d977b941e4b90b80aee20f8.tar.gz aoc24-075fefa504f177f02d977b941e4b90b80aee20f8.zip | |
aoc.mk: add some extra diff options
| -rw-r--r-- | aoc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -20,7 +20,7 @@ force: | |||
| 20 | tests: ${TESTS} | 20 | tests: ${TESTS} |
| 21 | 21 | ||
| 22 | tests/test%.input: tests/test%.output compile force | 22 | tests/test%.input: tests/test%.output compile force |
| 23 | @diff --color=always <(timeout ${TIMEOUT} ${TARGET} < $@) <(cat $<) > /tmp/aoc.output \ | 23 | @diff -BZ --color=always <(timeout ${TIMEOUT} ${TARGET} < $@) <(cat $<) > /tmp/aoc.output \ |
| 24 | && echo -e "$@ [\e[0;32mok\e[m]" \ | 24 | && echo -e "$@ [\e[0;32mok\e[m]" \ |
| 25 | || echo -e "$@ [\e[0;31mfail\e[m]" | 25 | || echo -e "$@ [\e[0;31mfail\e[m]" |
| 26 | @cat /tmp/aoc.output | 26 | @cat /tmp/aoc.output |
