Quellcode durchsuchen

Test: Add math test suite to autotools.

Pierre Wendling vor 3 Jahren
Ursprung
Commit
4e3a26e271
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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