mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
8d993b9250
Modify our cxxtest module so that it generates sources in the configured build directory instead of the source tree. This simplifies cleaning build output and .gitignore. Make test_root.cpp a build target so it doesn't have to be generated on each run. This means no more building and linking into test target unless needed either. Unfortunately there is no source for test_root.cpp and an update to cxxtest might require a manual make clean. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This premake module adds supports for CxxTest (http://cxxtest.com/).