mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
.. | ||
support | ||
_FILE_test.foorth | ||
array_lib_tests.rb | ||
class_lib_tests.rb | ||
clone_lib_tests.rb | ||
comparison_tests.rb | ||
compile_lib_tests.rb | ||
ctrl_struct_lib_tests.rb | ||
data_ref_lib_tests.rb | ||
exception_lib_tests.rb | ||
fiber_bundle_tests.rb | ||
hash_lib_tests.rb | ||
in_stream_test_1.txt | ||
load_test_one.foorth | ||
load_test_two.foorth | ||
numeric_lib_tests.rb | ||
object_lib_tests.rb | ||
procedure_lib_tests.rb | ||
queue_lib_tests.rb | ||
README.md | ||
stack_lib_tests.rb | ||
standard_lib_tests.rb | ||
stdio_lib_tests.rb | ||
stream_lib_tests.rb | ||
string_lib_tests.rb | ||
thread_lib_tests.rb | ||
time_lib_tests.rb | ||
vm_lib_tests.rb |
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.