All Questions
Tagged with build-system programming-practices
2 questions
1
vote
2
answers
366
views
Can a build system be used effectively as a unit test runner?
The way of running automated tests (specifically, a large number of small, «atomic» unit and regression checks) that I am used to is to maintain a monolithic executable built on top of a test ...
5
votes
4
answers
2k
views
What is the proper aproach of Subversion when using DLL
Background:
Our team develops a solution and it includes a number of projects. Most of the projects are built as DLLs and those DLLs are used by the rest of the projects.
Currently we uses ...