summaryrefslogtreecommitdiff
path: root/tools/test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test')
-rwxr-xr-xtools/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test b/tools/test
index 93f11af..ec54e70 100755
--- a/tools/test
+++ b/tools/test
@@ -19,7 +19,7 @@ done
COMMON_FLAGS="-DHAVE_CONFIG_H -I$SCRIPTDIR -O0 -g -D$DEFINE $TEST_LIBS $TEST_CFLAGS"
CLEAN="rm -f $OBJFILES"
PRECOMPILE="g++ -c $TEST_DEPS $COMMON_FLAGS"
-COMPILE="g++ -fprofile-arcs -ftest-coverage -Wall -Werror $COMMON_FLAGS -o $OUTPUT $INFILE $OBJFILES"
+COMPILE="g++ -fprofile-arcs -ftest-coverage -fno-elide-constructors -Wall -Werror $COMMON_FLAGS -o $OUTPUT $INFILE $OBJFILES"
echo -e "\033[0;2mTesting $TEST:"
echo Testing $TEST: > $OUTPUT.log