Initialized repository with current sources.

This commit is contained in:
Matthias Koefferlein
2017-02-12 13:21:08 +01:00
parent bf6ea90905
commit 1b98f9b0f9
3061 changed files with 1992657 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# encoding: UTF-8
$:.push(File::dirname($0))
load("test_prologue.rb")
# NOTE: for some mysterious reason the tests work better on Ruby 2.3.x if the actual test
# implementation is in a file of it's own (maybe: VM forces a context release on "load").
# Without this, the GC-dependent tests tend to not release objects that are supposed
# to be cleaned up.
load("basic_testcore.rb")
load("test_epilogue.rb")