From 555849edd9b7053e7197b88e150aa05479df0872 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 28 Feb 2025 17:21:25 -0500 Subject: failing pressure tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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} -- cgit v1.2.3