aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.c b/test.c
index 117f112..592092b 100644
--- a/test.c
+++ b/test.c
@@ -50,6 +50,11 @@ main(void) {
test_as_cubic_metre_per_min();
test_as_cubic_foot_per_min();
+ test_kilo_per_sec();
+ test_pound_per_min();
+ test_as_kilo_per_sec();
+ test_as_pound_per_min();
+
test_comp_outlet_pressure();
test_pressure_ratio();
test_pressure_ratio_intercooled();