Hi,
We are trying to use PB2022 to create a unit test executable that allows us to run the unit test before building the production executable. We don't want to include all the production code and unit test code together to create a unit test executable similar to how it was demo in PbTest during Elevate 2022 https://www.youtube.com/watch?v=QMZWieQRdrQ
Is it possible to have a project that allows us to call PBAutoBuild220.exe to combine two different library lists when building an executable? Ideally, we can import the production library list as part of building the unit test executable at compile time to include the production library list.
Thanks,
Jackie