Fuzzing: Remove .pro-files of libfuzzer tests
They were replaced by CMake files and oss-fuzz was updated to use the latter. No need to still maintain qmake based builds. Change-Id: If38f39c23ef3a58c33c428341486b62fd0a81888 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
eb635dda1e
commit
8694104809
@ -1,10 +0,0 @@
|
|||||||
QT -= gui
|
|
||||||
CONFIG += console
|
|
||||||
CONFIG -= app_bundle
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
QT -= gui
|
|
||||||
CONFIG += console
|
|
||||||
CONFIG -= app_bundle
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
QT -= gui
|
|
||||||
CONFIG += console
|
|
||||||
CONFIG -= app_bundle
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
QT -= gui
|
|
||||||
CONFIG += console
|
|
||||||
CONFIG -= app_bundle
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
QT -= gui
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
QT -= gui
|
|
||||||
CONFIG -= app_bundle
|
|
||||||
CONFIG += console
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
QT -= gui
|
|
||||||
CONFIG += console
|
|
||||||
CONFIG -= app_bundle
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
QT += gui
|
|
||||||
!isEmpty(QT.svg.name) {
|
|
||||||
QT += svg
|
|
||||||
}
|
|
||||||
QTPLUGIN *= qminimal
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
QT += gui
|
|
||||||
QTPLUGIN *= qminimal
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
QT += gui
|
|
||||||
QTPLUGIN *= qminimal
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
QT += gui
|
|
||||||
QTPLUGIN *= qminimal
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
QT += gui
|
|
||||||
QTPLUGIN *= qminimal
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
QT -= gui
|
|
||||||
QT += network
|
|
||||||
CONFIG += console
|
|
||||||
CONFIG -= app_bundle
|
|
||||||
SOURCES += main.cpp
|
|
||||||
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
|
|
||||||
isEmpty(FUZZ_ENGINE) {
|
|
||||||
QMAKE_LFLAGS += -fsanitize=fuzzer
|
|
||||||
} else {
|
|
||||||
LIBS += $$FUZZ_ENGINE
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user