From 8426c6816f68956374d114a347979f03910c067d Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 2 Mar 2025 14:02:40 -0500 Subject: failing mass flow rate tests --- test_mass_flow_rate.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 test_mass_flow_rate.c (limited to 'test_mass_flow_rate.c') diff --git a/test_mass_flow_rate.c b/test_mass_flow_rate.c new file mode 100644 index 0000000..fb316dd --- /dev/null +++ b/test_mass_flow_rate.c @@ -0,0 +1,25 @@ +#include +#include + +#include "test.h" +#include "unit.h" + +void +test_kilo_per_sec(void) { + assert(0); +} + +void +test_pound_per_min(void) { + assert(0); +} + +void +test_as_kilo_per_sec(void) { + assert(0); +} + +void +test_as_pound_per_min(void) { + assert(0); +} -- cgit v1.2.3