aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-01 15:11:35 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-01 15:11:35 -0500
commit0d05cb75ee3c3d85481fe87ea287c97a439fe47a (patch)
tree8603e4ac9d3a58715690643862d27ed769347b8d /test.c
parent47874c2ec00339314e43d282ab2bc906e9c9ac9b (diff)
downloadvolute-0d05cb75ee3c3d85481fe87ea287c97a439fe47a.zip
temperature conversion functions
Diffstat (limited to 'test.c')
-rw-r--r--test.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/test.c b/test.c
index 5421adf..48df56e 100644
--- a/test.c
+++ b/test.c
@@ -23,6 +23,15 @@ main(void) {
test_as_bar();
test_as_psi();
+ test_kelvin();
+ test_celsius();
+ test_fahrenheit();
+ test_rankine();
+ test_as_kelvin();
+ test_as_celsius();
+ test_as_fahrenheit();
+ test_as_rankine();
+
test_cubic_centimetre();
test_litre();
test_cubic_metre();