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.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'test.h') diff --git a/test.h b/test.h index 033a955..9cb9b8f 100644 --- a/test.h +++ b/test.h @@ -15,6 +15,17 @@ void test_as_rad_per_sec(void); void test_as_deg_per_sec(void); void test_as_rpm(void); +void test_pascal(void); +void test_millibar(void); +void test_kilopascal(void); +void test_bar(void); +void test_psi(void); +void test_as_pascal(void); +void test_as_millibar(void); +void test_as_kilopascal(void); +void test_as_bar(void); +void test_as_psi(void); + void test_cubic_centimetre(void); void test_litre(void); void test_cubic_metre(void); -- cgit v1.2.3