From c2b0efcebebdc63c827f1e25f6065c3a6824cfab Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Fri, 18 Mar 2016 18:28:43 +0000 Subject: [PATCH] Fix the basic test build script to always build The test script, 'basic-build-test.sh', wasn't consistently building with symbols and coverage data, nor doing a forced rebuild. --- tests/scripts/basic-build-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/basic-build-test.sh b/tests/scripts/basic-build-test.sh index 06c2eb9bd..ffca6f94f 100755 --- a/tests/scripts/basic-build-test.sh +++ b/tests/scripts/basic-build-test.sh @@ -36,8 +36,8 @@ fi # Step 1 - Make and instrumented build for code coverage -CFLAGS=' --coverage -g3 -O0 ' -make +export CFLAGS=' --coverage -g3 -O0 ' +make clean; make # Step 2 - Execute the tests