diff options
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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(); |