~sil2100/unity-2d/precise-security

« back to all changes in this revision

Viewing changes to tests/run-tests.rb

[test] Add a file with the common definitions of variables. Fixes: . Appoved by Gerry Boland.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    UNITY_2D_SPREAD = 'unity-2d-spread'
57
57
end
58
58
 
 
59
# Require a file with some common constants
 
60
require $library_path+ '/definitions.rb'
 
61
 
59
62
# The following line includes the complete tdriver environment 
60
63
require 'tdriver'
61
64
include TDriverVerify