mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
fix: include cfg directive for new test case
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing"
|
name = "rxing"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
description="A rust port of the zxing barcode library."
|
description="A rust port of the zxing barcode library."
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
repository="https://github.com/rxing-core/rxing"
|
repository="https://github.com/rxing-core/rxing"
|
||||||
|
|||||||
@@ -328,6 +328,7 @@ fn cpp_qrcode_black_box7_test_case() {
|
|||||||
tester.test_black_box();
|
tester.test_black_box();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "image-formats")]
|
||||||
#[test]
|
#[test]
|
||||||
fn cpp_rmqr_blackbox_test_case() {
|
fn cpp_rmqr_blackbox_test_case() {
|
||||||
let mut tester = common::AbstractBlackBoxTestCase::new(
|
let mut tester = common::AbstractBlackBoxTestCase::new(
|
||||||
|
|||||||
Reference in New Issue
Block a user