From 098a3b5025c4755e6b97a83c9af7a86bc8c6f2e1 Mon Sep 17 00:00:00 2001 From: SimonB Date: Sat, 16 Apr 2016 21:56:59 +0100 Subject: [PATCH] Makes basic-build-test.sh test the full config Previously the test worked on the default configuration which missed deprecated or legacy features. This change tests the full configuration and all available tests. --- tests/scripts/basic-build-test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/scripts/basic-build-test.sh b/tests/scripts/basic-build-test.sh index ffca6f94f..d13a8e4ed 100755 --- a/tests/scripts/basic-build-test.sh +++ b/tests/scripts/basic-build-test.sh @@ -37,7 +37,9 @@ fi # Step 1 - Make and instrumented build for code coverage export CFLAGS=' --coverage -g3 -O0 ' -make clean; make +make clean +scripts/config.pl full +make # Step 2 - Execute the tests