File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,21 @@ Note: On the default MacOS execution environment for AI it's `sysctl -n hw.ncpu`
5151
5252Build requires Ghostscript (` gs ` ) in PATH and Perl.
5353
54- Quick iteration when developing a resource:
54+ Quick iteration when developing a resource (with custom invocation) :
5555
5656``` bash
5757make build/resource/Resource/uk.co.terryburton.bwipp/qrcode && \
5858gs -q -dNOSAFER -dNOPAUSE -dBATCH -sDEVICE=nullpage -I build/resource/Resource \
5959 -c ' 10 10 moveto (Hello World) () /qrcode /uk.co.terryburton.bwipp findresource exec'
6060```
6161
62+ Or (with standard tests):
63+
64+ ```
65+ make build/resource/Resource/uk.co.terryburton.bwipp/qrcode && \
66+ gs -q -dNOSAFER -dNOPAUSE -dBATCH -sDEVICE=nullpage -I build/resource/Resource \
67+ -f tests/ps_tests/test_utils.ps -f tests/ps_tests/qrcode.ps.test
68+ ```
6269
6370### Terminology
6471
You can’t perform that action at this time.
0 commit comments