From 0a92ac2ddc8d27c70d3399610c51d1ed65564239 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Jun 2012 13:17:46 +0200 Subject: [PATCH] lib/replace: execute strptime.c tests They need runtime verification. metze --- lib/replace/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/replace/wscript b/lib/replace/wscript index aa69c473166..743b5fe6329 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -314,6 +314,7 @@ removeea setea if not conf.CHECK_CODE('''#define LIBREPLACE_CONFIGURE_TEST_STRPTIME #include "test/strptime.c"''', define='HAVE_STRPTIME', + execute=True, addmain=False, msg='Checking for working strptime'): conf.DEFINE('REPLACE_STRPTIME', 1) -- 2.11.4.GIT