Hi,The first patch will add a new test to Makefile.am. The second will correct the t_tmain test. NightStrike, mind regenerating makefile.in?
Thanks.
From 01a13a8cc922200122294d3396872fab40f32745 Mon Sep 17 00:00:00 2001 From: jon_y <[email protected]> Date: Fri, 14 Aug 2009 18:52:19 +0800 Subject: [PATCH 1/2] Add new t_intrinc test --- Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index e1fb1cf..60fcbf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -919,6 +919,7 @@ dist-hook: # testcases/t_nullptrexception.c testcases/tstmain.c testcases/tstwassert.c testcases/t_trycatch.cpp check_PROGRAMS = \ testcases/t_float \ + testcases/t_intrinc \ testcases/t_setjmp \ testcases/tstwassert_win \ testcases/t_matherr \ @@ -939,5 +940,6 @@ testcases_tstmaincpp_SOURCES = testcases/tstmaincpp.cpp testcases_t_trycatch_SOURCES = testcases/t_trycatch.cpp testcases_t_municode_CFLAGS = -municode testcases_t_tmain_CFLAGS = -municode +testcases_t_intrinc_CFLAGS = -std=c99 TESTS = $(check_PROGRAMS) -- 1.6.3.1
From 72a7998970683459a4d0aed236160252e25038c2 Mon Sep 17 00:00:00 2001 From: jon_y <[email protected]> Date: Fri, 14 Aug 2009 18:53:42 +0800 Subject: [PATCH 2/2] Fix t_tmain test --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 60fcbf3..7205b8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -939,7 +939,7 @@ testcases_tstwinmain_LDADD = -lgdi32 testcases_tstmaincpp_SOURCES = testcases/tstmaincpp.cpp testcases_t_trycatch_SOURCES = testcases/t_trycatch.cpp testcases_t_municode_CFLAGS = -municode -testcases_t_tmain_CFLAGS = -municode +testcases_t_tmain_CFLAGS = -municode -D_UNICODE testcases_t_intrinc_CFLAGS = -std=c99 TESTS = $(check_PROGRAMS) -- 1.6.3.1
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
