Added a README.md file for the integration tests.

This commit is contained in:
Peter Camilleri 2014-11-28 19:36:13 -05:00
parent bcf0fdc096
commit 08771c6e5e

12
integration/README.md Normal file
View file

@ -0,0 +1,12 @@
# The Integration Test Suite.
While the tests folder mostly focuses on the internals of fOOrth, and in fact
does not even load the run time libraries, the integration test suite loads
the entire fOOrth language in order to be able to conduct testing on the
system as a whole.
This is done via the following rake command:
rake integration
Most of the integration testing is done in fOOrth itself.