aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
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.c
parentcfe3bdba26ef24830acfe33e5ff424def9cb37b6 (diff)
downloadvolute-555849edd9b7053e7197b88e150aa05479df0872.zip
failing pressure tests
Diffstat (limited to 'test.c')
-rw-r--r--test.c11
1 files changed, 11 insertions, 0 deletions
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();