fOOrth/integration
2016-10-31 16:00:56 -04:00
..
support
_FILE_test.foorth
array_lib_tests.rb Added >> to the Array class. 2016-04-10 22:11:53 -04:00
class_lib_tests.rb
clone_lib_tests.rb More tests, added the protect method. 2016-04-20 10:39:21 -04:00
comparison_tests.rb
compile_lib_tests.rb Initial working method stubs. 2016-09-20 15:16:14 -04:00
ctrl_struct_lib_tests.rb Added the ,asm method with tests. Needs docs. 2016-05-14 14:01:23 -04:00
data_ref_lib_tests.rb Initial global var fix working. 2016-09-15 13:09:44 -04:00
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 More tests, added the protect method. 2016-04-20 10:39:21 -04:00
procedure_lib_tests.rb
queue_lib_tests.rb
README.md
stack_lib_tests.rb
standard_lib_tests.rb
stdio_lib_tests.rb More tests. 2016-10-30 20:39:39 -04:00
stream_lib_tests.rb
string_lib_tests.rb More tests, added the protect method. 2016-04-20 10:39:21 -04:00
thread_lib_tests.rb Backed out extreme testing. 2016-10-31 16:00:56 -04:00
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.