From b289ad278abc718541085d6980a43ca3d6e21504 Mon Sep 17 00:00:00 2001 From: erikd Date: Sun, 13 Apr 2008 12:26:40 +0000 Subject: Minor fixes to allow cross compiling from Linux to windows and running the tests under Wine. svn path=/trunk/ogg/; revision=14725 --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index a964e3f..b207e78 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,9 @@ test_bitwise_CFLAGS = -D_V_SELFTEST test_framing_SOURCES = framing.c test_framing_CFLAGS = -D_V_SELFTEST -TESTS = test_framing test_bitwise +check: $(noinst_PROGRAMS) + ./test_bitwise$(EXEEXT) + ./test_framing$(EXEEXT) debug: $(MAKE) all CFLAGS="@DEBUG@" -- cgit v1.2.1