aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test.c b/test.c
index 0a0b4a9..fed69c7 100644
--- a/test.c
+++ b/test.c
@@ -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();