run_zxingcpp_tests.sh: remove defunct best_supported_set (maxicode)

testcommon: comment BUILD_EXAMPLE_DECODER -> ZXING_EXAMPLE_DECODER
This commit is contained in:
gitlost 2025-02-05 09:16:07 +00:00
parent b157911e78
commit 18453bb5d2
2 changed files with 3 additions and 4 deletions

View file

@ -3689,12 +3689,12 @@ int testUtilBwippCmpRow(const struct zint_symbol *symbol, int row, char *msg, co
}
/* Whether ZXing-C++ Decoder available on system */
/* Requires the "diagnostics2" branch from https://github.com/gitlost/zxing-cpp built with BUILD_EXAMPLE_DECODER
and "zxingcppdecoder" placed in PATH, e.g.:
/* Requires the "diagnostics2" branch from https://github.com/gitlost/zxing-cpp built with ZXING_EXAMPLE_DECODER
defined and "zxingcppdecoder" placed in PATH, e.g.:
git clone --branch diagnostics2 https://github.com/gitlost/zxing-cpp zxing-cpp-diagnostics2
cd zxing-cpp-diagnostics2
mkdir build; cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_EXAMPLE_DECODER=ON ..
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DZXING_EXAMPLE_DECODER=ON ..
make && sudo make install
*/
int testUtilHaveZXingCPPDecoder(void) {

View file

@ -43,7 +43,6 @@ run_zxingcpp_test "test_maxicode" "large"
run_zxingcpp_test "test_maxicode" "input"
run_zxingcpp_test "test_maxicode" "encode"
run_zxingcpp_test "test_maxicode" "encode_segs"
run_zxingcpp_test "test_maxicode" "best_supported_set"
run_zxingcpp_test "test_medical" "encode"
run_zxingcpp_test "test_pdf417" "reader_init"
run_zxingcpp_test "test_pdf417" "input"