Source code is included for reference. This can go away again once Prebuild is updated with a more general mechanism for cleaning up files.
The Prebuild source code here can be built with nant, or regnerated for other tools using the prebuild at {root}/bin/Prebuild.exe
6 lines
326 B
Plaintext
6 lines
326 B
Plaintext
There are some tests that are run via a Makfile in this
|
|
directory. They haven't been included in any form of unit tests, but
|
|
they are there to help test the functionality in some what. Simply
|
|
build prebuild (so there is a src/bin/Release/prebuild.exe) and type
|
|
`make` in this directory. Everything should pass without errors.
|