aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-02 12:03:54 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-02 12:03:54 -0500
commit5e379b1cf70006dbe782df991a655c475630a146 (patch)
tree07cd057ecd6eb18a7b4b7182f9104f82515fe40d /test.c
parent2d0f7661dd4bb3927c93a6f9cbcf4fd93d2daf23 (diff)
downloadvolute-5e379b1cf70006dbe782df991a655c475630a146.zip
engine tests
Diffstat (limited to 'test.c')
-rw-r--r--test.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test.c b/test.c
index afaff5d..72952f5 100644
--- a/test.c
+++ b/test.c
@@ -49,7 +49,10 @@ main(void) {
test_as_cubic_foot_per_min();
test_comp_outlet_pressure();
- test_comp_outlet_temperature();
test_pressure_ratio();
+ test_pressure_ratio_intercooled();
+ test_comp_outlet_temperature_adiabatic();
+ test_comp_outlet_temperature();
+ test_manifold_temperature();
test_volume_flow_rate();
}