mirror of
https://gitee.com/openharmony/third_party_qrcodegen
synced 2024-11-23 15:20:48 +00:00
Fixed path in batch tester, due to commit f759146df3
.
This commit is contained in:
parent
1439e8e4a5
commit
fd6917601d
@ -33,7 +33,7 @@ CHILD_PROGRAMS = [
|
||||
["python2", "-B", "../python/qrcodegen-worker.py"], # Python 2 program
|
||||
["python3", "-B", "../python/qrcodegen-worker.py"], # Python 3 program
|
||||
["java", "-cp", "../java/src/main/java", "-ea:io.nayuki.qrcodegen...", "io/nayuki/qrcodegen/QrCodeGeneratorWorker"], # Java program
|
||||
["node", "../typescript/qrcodegen-worker.js"], # TypeScript program
|
||||
["node", "../typescript-javascript/qrcodegen-worker.js"], # TypeScript program
|
||||
["../c/qrcodegen-worker"], # C program
|
||||
["../cpp/QrCodeGeneratorWorker"], # C++ program
|
||||
["../rust/target/debug/examples/qrcodegen-worker"], # Rust program
|
||||
|
Loading…
Reference in New Issue
Block a user