Opened 22 months ago
Closed 22 months ago
#2860 closed enhancement (fixed)
Simplify PostBuild.mak for easier maintenance
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 4.0 |
Component: | Build System | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Right now PostBuild.mak copies *individual* data files from sub-directories under UnitTest
to the target test data directory for the server test suite.
It then duplicates these copy directives for every debug/release and msvc compiler version. As a result, this makes maintaining this file (eg. Adding new data for a new server test case) an absolute PITA!
PostBuild.mak is only used for the Windows build as Linux does its own post-build test data setup, yet I rarely recall ever having to update the Linux post-build whenever I added new test cases, so the Linux post-build must be doing something right and PostBuild.mak should follow their example
In 10022: