aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parentacf2d512f62a067166699c6b3ebd694bb8e15162 (diff)
downloadvolute-8426c6816f68956374d114a347979f03910c067d.zip
failing mass flow rate tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfcaef6..12872be 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SRC = main.c microui.c renderer.c widget.c ui.c unit.c engine.c
OBJ = ${SRC:.c=.o}
HDR = microui.h renderer.h widget.h ui.h unit.h engine.h
-TEST_SRC = test.c test_angular_speed.c test_pressure.c test_temperature.c test_volume.c test_volume_flow_rate.c test_fraction.c test_engine.c unit.c engine.c
+TEST_SRC = test.c test_angular_speed.c test_fraction.c test_pressure.c test_temperature.c test_volume.c test_volume_flow_rate.c test_mass_flow_rate.c test_engine.c unit.c engine.c
TEST_OBJ = ${TEST_SRC:.c=.o}
volute: ${OBJ}