mirror of
https://github.com/Luzifer/aoc2019.git
synced 2024-12-22 05:51:16 +00:00
Add helpers to test in README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ef7a1c5e33
commit
34a363cce1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ This repository contains my solutions for [Advent of Code 2019](https://adventof
|
|||
To execute them just use the tests for the respective day:
|
||||
|
||||
```console
|
||||
# go test -v day01.go day01_test.go
|
||||
# go test -v day01.go day01_test.go helpers.go
|
||||
=== RUN TestCalculateDay1_Examples
|
||||
--- PASS: TestCalculateDay1_Examples (0.00s)
|
||||
=== RUN TestCalculateDay1_Part1
|
||||
|
|
Loading…
Reference in a new issue