E
E.T. Grey
Hi,
I have several modules comprising of shared libs (i.e. dlls) and
executables. I would like to be able to do the ff:
1). Build each of the modules individually from the command line
(without having to start MSDEV) - ideally by having a make file in each
of the folders - so I can selectively build the modules I want
2). Have a "master" make file in the parent/root directory so I can
build a release version of all the modules (i.e binaries) - and ideally
move the built binaries to a "release" directory
3). Ability to run unit tests for each of these modules (I'm using CPPUnit).
I'd be particularly interested if anyone out there can recommend (from
personal experience) any Open Source automated build managers they use
or have used in the past. thanks
I have several modules comprising of shared libs (i.e. dlls) and
executables. I would like to be able to do the ff:
1). Build each of the modules individually from the command line
(without having to start MSDEV) - ideally by having a make file in each
of the folders - so I can selectively build the modules I want
2). Have a "master" make file in the parent/root directory so I can
build a release version of all the modules (i.e binaries) - and ideally
move the built binaries to a "release" directory
3). Ability to run unit tests for each of these modules (I'm using CPPUnit).
I'd be particularly interested if anyone out there can recommend (from
personal experience) any Open Source automated build managers they use
or have used in the past. thanks