From af8f3c5da4b842973f7e2b279fe21c486fcee696 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 1 Oct 2019 17:12:42 +0200 Subject: Add libfuzzer test for QTextLayout::beginLayout() Task-number: QTBUG-77819 Change-Id: I34e9cbaa615896222bcf947012cfed9f6c3186c7 Reviewed-by: Rainer Keller --- tests/libfuzzer/gui/text/qtextlayout/beginLayout/beginLayout.pro | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/libfuzzer/gui/text/qtextlayout/beginLayout/beginLayout.pro (limited to 'tests/libfuzzer/gui/text/qtextlayout/beginLayout/beginLayout.pro') diff --git a/tests/libfuzzer/gui/text/qtextlayout/beginLayout/beginLayout.pro b/tests/libfuzzer/gui/text/qtextlayout/beginLayout/beginLayout.pro new file mode 100644 index 0000000000..c9b14f6caf --- /dev/null +++ b/tests/libfuzzer/gui/text/qtextlayout/beginLayout/beginLayout.pro @@ -0,0 +1,3 @@ +QT += widgets +SOURCES += main.cpp +LIBS += -fsanitize=fuzzer -- cgit v1.2.3