diff options
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ main(void) { test_as_deg_per_sec(); test_as_rpm(); + test_percent(); + test_as_percent(); + test_pascal(); test_millibar(); test_kilopascal(); |