From 5af0508c969105060871a8be0c9885c8c331fa98 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 28 Feb 2025 18:25:59 -0500 Subject: failing volume flow rate tests --- test.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test.c') diff --git a/test.c b/test.c index fed69c7..440ab40 100644 --- a/test.c +++ b/test.c @@ -28,4 +28,11 @@ main(void) { test_as_litre(); test_as_cubic_metre(); test_as_cubic_inch(); + + test_cubic_metre_per_sec(); + test_cubic_metre_per_min(); + test_cubic_foot_per_min(); + test_as_cubic_metre_per_sec(); + test_as_cubic_metre_per_min(); + test_as_cubic_foot_per_min(); } -- cgit v1.2.3