From 04261b4798a73118f5266801fca9bf3d7ca95bdf Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sun, 29 Sep 2024 12:54:38 +0200 Subject: [wip] Draft tester program The goal is to have a simple CLI that will repeatedly run sequence of tests against a known (Rest-ish) API, until all tests are "green". --- rust/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 442a9ac..8cece05 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -16,3 +16,7 @@ path = "src/lib.rs" [[bin]] name = "lambda" path = "src/main.rs" + +[[bin]] +name = "tester" +path = "src/tester.rs" -- cgit v1.2.3