From 08491f4e7e21ca2e59aaeb90aee0982add800859 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sun, 6 Dec 2020 02:11:04 -0800 Subject: Add regression tests. --- 06/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to '06/Cargo.toml') diff --git a/06/Cargo.toml b/06/Cargo.toml index e415fff..e5303bd 100644 --- a/06/Cargo.toml +++ b/06/Cargo.toml @@ -6,3 +6,6 @@ edition = "2018" [dependencies] advent_lib = { path = "../lib" } + +[dev-dependencies] +assert_cmd = "0.10" -- cgit 1.4.1