binding-tools-for-swift
binding-tools-for-swift copied to clipboard
After Packaging, you should build all the samples
This has come up a couple of times when changes affected the top-level code which doesn't usually get hit by the unit tests. Either:
- build each of the samples after running PackMan
- do the equivalent of running the samples in a unit test (run the tool with command line args)
- both?