You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ZXingReaderTest sometimes fails, because it implicitly depends on
the ZXingWriterTest, as it needs the test.png created from this test.
This fix tells cmake explicitly that the ZXingReaderTest depends on
the ZXingWriterTest. This ensures that these unit tests are being
executed sequentially even when using ctest with the -j flag.
0 commit comments