From 555849edd9b7053e7197b88e150aa05479df0872 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 28 Feb 2025 17:21:25 -0500 Subject: failing pressure tests --- test.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'test.c') diff --git a/test.c b/test.c index 0a0b4a9..fed69c7 100644 --- a/test.c +++ b/test.c @@ -9,6 +9,17 @@ main(void) { test_as_deg_per_sec(); test_as_rpm(); + test_pascal(); + test_millibar(); + test_kilopascal(); + test_bar(); + test_psi(); + test_as_pascal(); + test_as_millibar(); + test_as_kilopascal(); + test_as_bar(); + test_as_psi(); + test_cubic_centimetre(); test_litre(); test_cubic_metre(); -- cgit v1.2.3