From 537fd89ed20bd6ec7a156cfc273ef309f407fd40 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. git-svn-id: http://svn.xiph.org/trunk/ogg@14725 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') 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