From 53e7a4eab5f91e443d0a26751f1606184a71a1e6 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. --HG-- extra : rebase_source : 0c2858d12c92d74932183b6385ad7c8b6b729523 --- 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) \