1
0
Fork 0
mirror of https://github.com/Luzifer/aoc2019.git synced 2024-10-18 03:04:19 +00:00

Add helpers to test in README

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-12-03 17:25:10 +01:00
parent ef7a1c5e33
commit 34a363cce1
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -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