Running the ACE Tests
You can confirm that ACE has built correctly and works on your system by
making and running the ACE one-button tests. These instructions follow
on from the build steps.
Change to the ACE tests directory:
cd C:\ACE_wrappers\tests
Ensure the desired build options for the
configuration
you want have been set as environment variables. These
values are used by the run_tests.bat script (below).
Build the tests:
make -f Makefile.bor
Run the tests:
run_tests bor
All of the tests that are executed should run without error.