mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
Added a README.md file for the integration tests.
This commit is contained in:
parent
bcf0fdc096
commit
08771c6e5e
1 changed files with 12 additions and 0 deletions
12
integration/README.md
Normal file
12
integration/README.md
Normal 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.
|
Loading…
Reference in a new issue