From 8426c6816f68956374d114a347979f03910c067d Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 2 Mar 2025 14:02:40 -0500 Subject: failing mass flow rate tests --- test.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.c') diff --git a/test.c b/test.c index 117f112..592092b 100644 --- a/test.c +++ b/test.c @@ -50,6 +50,11 @@ main(void) { test_as_cubic_metre_per_min(); test_as_cubic_foot_per_min(); + test_kilo_per_sec(); + test_pound_per_min(); + test_as_kilo_per_sec(); + test_as_pound_per_min(); + test_comp_outlet_pressure(); test_pressure_ratio(); test_pressure_ratio_intercooled(); -- cgit v1.2.3