Преглед на файлове

Test: Add math test suite to Watcom Makefile.

Pierre Wendling преди 4 години
родител
ревизия
d9ff6380ae
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      test/watcom.mif

+ 2 - 1
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)