]> aoc.elinar.fr Git - aoc_2024/commitdiff
Display output when testing
authoralex <>
Tue, 3 Dec 2024 09:07:38 +0000 (10:07 +0100)
committeralex <>
Tue, 3 Dec 2024 09:07:38 +0000 (10:07 +0100)
Makefile

index 89753f09533c64844466c90abbd61c3dcdf2cb42..09b3f87325b98d9d67c6b67c5be0eecd11ade64d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ new-day%:
 
 # run the tests for a specific day
 test-day%:
-       cargo test $(subst test-,,$@)::tests
+       cargo test $(subst test-,,$@)::tests -- --nocapture
 
 # run a specific day with its input file
 day%: