aboutsummaryrefslogtreecommitdiffstats
path: root/test_mass_flow_rate.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-02 14:02:40 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-02 14:02:40 -0500
commit8426c6816f68956374d114a347979f03910c067d (patch)
tree347de12fe5a3f9dcac93d1352d19f309e67f9a2b /test_mass_flow_rate.c
parentacf2d512f62a067166699c6b3ebd694bb8e15162 (diff)
downloadvolute-8426c6816f68956374d114a347979f03910c067d.zip
failing mass flow rate tests
Diffstat (limited to 'test_mass_flow_rate.c')
-rw-r--r--test_mass_flow_rate.c25
1 files changed, 25 insertions, 0 deletions
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 <assert.h>
+#include <stdio.h>
+
+#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);
+}