aboutsummaryrefslogtreecommitdiffstats
path: root/test.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-02 14:02:40 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-02 14:02:40 -0500
commit8426c6816f68956374d114a347979f03910c067d (patch)
tree347de12fe5a3f9dcac93d1352d19f309e67f9a2b /test.h
parentacf2d512f62a067166699c6b3ebd694bb8e15162 (diff)
downloadvolute-8426c6816f68956374d114a347979f03910c067d.zip
failing mass flow rate tests
Diffstat (limited to 'test.h')
-rw-r--r--test.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.h b/test.h
index 86d59c0..fc1865c 100644
--- a/test.h
+++ b/test.h
@@ -56,6 +56,11 @@ void test_as_cubic_metre_per_sec(void);
void test_as_cubic_metre_per_min(void);
void test_as_cubic_foot_per_min(void);
+void test_kilo_per_sec(void);
+void test_pound_per_min(void);
+void test_as_kilo_per_sec(void);
+void test_as_pound_per_min(void);
+
void test_comp_outlet_pressure(void);
void test_pressure_ratio(void);
void test_pressure_ratio_intercooled(void);