summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2006-11-06 21:18:14 +0000
committerRalph Giles <giles@xiph.org>2006-11-06 21:18:14 +0000
commit74d54c537185fa72af19972de50dd0161ef60dfa (patch)
tree1876f090c5fceab042518c1eff6229d2127c10c1 /src
parentcd93f4e5f2f1cf3de6f53384796a832a8821e5cd (diff)
downloadogg-74d54c537185fa72af19972de50dd0161ef60dfa.tar.gz
Use the automake test framework to run the self tests so we get a
completion summary. git-svn-id: http://svn.xiph.org/trunk/ogg@12044 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f4f9b8e..a964e3f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,9 +17,7 @@ test_bitwise_CFLAGS = -D_V_SELFTEST
test_framing_SOURCES = framing.c
test_framing_CFLAGS = -D_V_SELFTEST
-check: test_bitwise test_framing
- ./test_bitwise
- ./test_framing
+TESTS = test_framing test_bitwise
debug:
$(MAKE) all CFLAGS="@DEBUG@"