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
commit123453d41318c038da6016782c9db163b50d969c (patch)
tree1876f090c5fceab042518c1eff6229d2127c10c1 /src
parentcdc29deb3e7e284603513235e83e012a56dde072 (diff)
downloadogg-git-123453d41318c038da6016782c9db163b50d969c.tar.gz
Use the automake test framework to run the self tests so we get a
completion summary. svn path=/trunk/ogg/; revision=12044
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@"