Browse Source

Test: Add math test suite to autotools.

Pierre Wendling 3 năm trước cách đây
mục cha
commit
4e3a26e271
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      test/Makefile.in

+ 2 - 1
test/Makefile.in

@@ -152,7 +152,8 @@ testautomation$(EXE): $(srcdir)/testautomation.c \
 		      $(srcdir)/testautomation_syswm.c \
 		      $(srcdir)/testautomation_timer.c \
 		      $(srcdir)/testautomation_video.c \
-		      $(srcdir)/testautomation_hints.c
+		      $(srcdir)/testautomation_hints.c \
+					$(srcdir)/testautomation_math.c
 	$(CC) -o $@ $^ $(CFLAGS) $(LIBS) 
 
 testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c $(srcdir)/testutils.c