From 6f161e0dfd28854195c9ad6c16219a23ca1097e8 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 28 Dec 2011 11:40:20 +0100 Subject: [PATCH] tests: no need to unset CFLAGS in tests requiring 'gcc' anymore * tests/ccnoco.test: Since this test have "gcc" in $required, there is no need to manually nullify the CFLAGS variable, since now `tests/defs' should automatically re-define that to a value appropriate for gcc. * tests/ccnoco3.test: Likewise. --- tests/ccnoco.test | 4 ---- tests/ccnoco3.test | 4 ---- 2 files changed, 8 deletions(-) diff --git a/tests/ccnoco.test b/tests/ccnoco.test index bcd18fcda..780ffe626 100755 --- a/tests/ccnoco.test +++ b/tests/ccnoco.test @@ -59,10 +59,6 @@ END chmod +x Mycomp -# Ignore user CFLAGS. -CFLAGS= -export CFLAGS - # Make sure the compiler doesn't understand `-c -o' CC=`pwd`/Mycomp export CC diff --git a/tests/ccnoco3.test b/tests/ccnoco3.test index 2a32f6b1f..82fb320d5 100755 --- a/tests/ccnoco3.test +++ b/tests/ccnoco3.test @@ -59,10 +59,6 @@ END chmod +x Mycomp -# Ignore user CFLAGS. -CFLAGS= -export CFLAGS - $ACLOCAL $AUTOCONF $AUTOMAKE --copy --add-missing -- 2.47.2