Explorar o código

Test: Add math test suite to autotools.

Pierre Wendling %!s(int64=3) %!d(string=hai) anos
pai
achega
4e3a26e271
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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