aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-28 17:21:25 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-28 17:21:25 -0500
commit555849edd9b7053e7197b88e150aa05479df0872 (patch)
treea4b60a4d6842d35ba869ac8586d9d1b769d1784d /Makefile
parentcfe3bdba26ef24830acfe33e5ff424def9cb37b6 (diff)
downloadvolute-555849edd9b7053e7197b88e150aa05479df0872.zip
failing pressure tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 485a08a..8dd85cc 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_volume.c unit.c
+TEST_SRC = test.c test_angular_speed.c test_pressure.c test_volume.c unit.c
TEST_OBJ = ${TEST_SRC:.c=.o}
volute: ${OBJ}