mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 22:54:35 -04:00
run_zxingcpp_tests.sh: remove defunct best_supported_set
(maxicode)
testcommon: comment BUILD_EXAMPLE_DECODER -> ZXING_EXAMPLE_DECODER
This commit is contained in:
parent
b157911e78
commit
18453bb5d2
2 changed files with 3 additions and 4 deletions
|
@ -3689,12 +3689,12 @@ int testUtilBwippCmpRow(const struct zint_symbol *symbol, int row, char *msg, co
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Whether ZXing-C++ Decoder available on system */
|
/* Whether ZXing-C++ Decoder available on system */
|
||||||
/* Requires the "diagnostics2" branch from https://github.com/gitlost/zxing-cpp built with BUILD_EXAMPLE_DECODER
|
/* Requires the "diagnostics2" branch from https://github.com/gitlost/zxing-cpp built with ZXING_EXAMPLE_DECODER
|
||||||
and "zxingcppdecoder" placed in PATH, e.g.:
|
defined and "zxingcppdecoder" placed in PATH, e.g.:
|
||||||
git clone --branch diagnostics2 https://github.com/gitlost/zxing-cpp zxing-cpp-diagnostics2
|
git clone --branch diagnostics2 https://github.com/gitlost/zxing-cpp zxing-cpp-diagnostics2
|
||||||
cd zxing-cpp-diagnostics2
|
cd zxing-cpp-diagnostics2
|
||||||
mkdir build; cd build
|
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
|
make && sudo make install
|
||||||
*/
|
*/
|
||||||
int testUtilHaveZXingCPPDecoder(void) {
|
int testUtilHaveZXingCPPDecoder(void) {
|
||||||
|
|
|
@ -43,7 +43,6 @@ run_zxingcpp_test "test_maxicode" "large"
|
||||||
run_zxingcpp_test "test_maxicode" "input"
|
run_zxingcpp_test "test_maxicode" "input"
|
||||||
run_zxingcpp_test "test_maxicode" "encode"
|
run_zxingcpp_test "test_maxicode" "encode"
|
||||||
run_zxingcpp_test "test_maxicode" "encode_segs"
|
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_medical" "encode"
|
||||||
run_zxingcpp_test "test_pdf417" "reader_init"
|
run_zxingcpp_test "test_pdf417" "reader_init"
|
||||||
run_zxingcpp_test "test_pdf417" "input"
|
run_zxingcpp_test "test_pdf417" "input"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue