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