From fe966cc0b1ff3cb3043b318fb63a5f8d5c503672 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 4 May 2020 17:10:49 +0200 Subject: [PATCH] Add build script for oss-fuzz fuzzers This is a copy of projects/tesseract-ocr/build.sh including its history from https://github.com/google/oss-fuzz.git. It allows maintaining the build rules with the Tesseract source code. The build rules for Leptonica were slightly modified to avoid unneeded compilations. Signed-off-by: Stefan Weil --- .../tesseract-ocr/build.sh => unittest/fuzzers/oss-fuzz-build.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename projects/tesseract-ocr/build.sh => unittest/fuzzers/oss-fuzz-build.sh (100%) diff --git a/projects/tesseract-ocr/build.sh b/unittest/fuzzers/oss-fuzz-build.sh similarity index 100% rename from projects/tesseract-ocr/build.sh rename to unittest/fuzzers/oss-fuzz-build.sh