automatically run tool after a build
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
I would really like to be able to automatically run a
tool after the building of the program or library was
successful (like MSVC lets you do).
This is especially important for unit testing. If my
project is a test program and I specify the test
program itself as a tool to run after the build, I only
have to click the build button to automatically run the
program and see the results.
Logged In: YES
user_id=609236
that could be achieved in two ways: by specifying host
application or by appending the makefile (see including
files in makefile)
does that solve your problem?