Commit 4e3a26e27118116e4cd92adeceb2a89e44bdaeb9

Pierre Wendling 2022-05-04T14:36:49

Test: Add math test suite to autotools.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/test/Makefile.in b/test/Makefile.in
index 9fc38f2..9fe1c37 100644
--- a/test/Makefile.in
+++ b/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