aboutsummaryrefslogtreecommitdiffstats
path: root/test.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-28 17:21:25 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-28 17:21:25 -0500
commit555849edd9b7053e7197b88e150aa05479df0872 (patch)
treea4b60a4d6842d35ba869ac8586d9d1b769d1784d /test.h
parentcfe3bdba26ef24830acfe33e5ff424def9cb37b6 (diff)
downloadvolute-555849edd9b7053e7197b88e150aa05479df0872.zip
failing pressure tests
Diffstat (limited to 'test.h')
-rw-r--r--test.h11
1 files changed, 11 insertions, 0 deletions
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);