From d9ff6380ae7e8bc0ae012fc1941bf7a358212ca4 Mon Sep 17 00:00:00 2001 From: Pierre Wendling Date: Wed, 4 May 2022 12:51:13 -0400 Subject: [PATCH] Test: Add math test suite to Watcom Makefile. --- test/watcom.mif | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/watcom.mif b/test/watcom.mif index ad759a845..fd9bff7f5 100644 --- a/test/watcom.mif +++ b/test/watcom.mif @@ -57,7 +57,8 @@ TASRCS = testautomation.c testautomation_audio.c testautomation_clipboard.c & testautomation_render.c testautomation_rwops.c & testautomation_sdltest.c testautomation_stdlib.c & testautomation_surface.c testautomation_syswm.c & - testautomation_timer.c testautomation_video.c + testautomation_timer.c testautomation_video.c & + testautomation_math.c OBJS = $(TARGETS:.exe=.obj) COBJS = $(CSRCS:.c=.obj)