From 0d05cb75ee3c3d85481fe87ea287c97a439fe47a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 1 Mar 2025 15:11:35 -0500 Subject: temperature conversion functions --- test.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test.c') 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(); -- cgit v1.2.3