BlackboxTestRunner.h 290 B

1234567891011121314151617
  1. /*
  2. * Copyright 2016 Nu-book Inc.
  3. */
  4. // SPDX-License-Identifier: Apache-2.0
  5. #pragma once
  6. #include "ZXFilesystem.h"
  7. #include <set>
  8. #include <string>
  9. namespace ZXing::Test {
  10. int runBlackBoxTests(const fs::path& blackboxPath, const std::set<std::string>& includedTests);
  11. } // ZXing::Test