diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-02 14:02:40 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-02 14:02:40 -0500 |
| commit | 8426c6816f68956374d114a347979f03910c067d (patch) | |
| tree | 347de12fe5a3f9dcac93d1352d19f309e67f9a2b /test.c | |
| parent | acf2d512f62a067166699c6b3ebd694bb8e15162 (diff) | |
| download | volute-8426c6816f68956374d114a347979f03910c067d.zip | |
failing mass flow rate tests
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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(); |