From ff3ebfbbeb3c81c94056eed09ae2afa1ca600855 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 1 Sep 2012 00:25:17 -0700 Subject: [PATCH] Added testaudioinfo to the build. --- test/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.in b/test/Makefile.in index b1d8ac7c5..fa1bbb902 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -10,6 +10,7 @@ LIBS = @LIBS@ TARGETS = \ checkkeys$(EXE) \ loopwave$(EXE) \ + testaudioinfo$(EXE) \ testdraw2$(EXE) \ testerror$(EXE) \ testfile$(EXE) \