Sha256: d30fb40000b526b81a92ba926d9ff29a0803b52a2781c85e762825b740963806

Contents?: true

Size: 372 Bytes

Versions: 9

Compression:

Stored size: 372 Bytes

Contents

module DelphiTests
    PROJECT_PATH = File.expand_path('../../resources/testproject', __FILE__)
    PROJECT_EXE = PROJECT_PATH + '/../../tmp/win32/bin/%s/testproject.exe'
end

module DelphiAndroidTests
    PROJECT_PATH = File.expand_path('../../resources/testproject-android', __FILE__)
    PROJECT_APK = PROJECT_PATH + '/../../tmp/%s/bin/%s/TestProject.apk'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rake-delphi-0.0.34 test/helpers/consts.rb
rake-delphi-0.0.33 test/helpers/consts.rb
rake-delphi-0.0.32 test/helpers/consts.rb
rake-delphi-0.0.31 test/helpers/consts.rb
rake-delphi-0.0.29 test/helpers/consts.rb
rake-delphi-0.0.30 test/helpers/consts.rb
rake-delphi-0.0.28 test/helpers/consts.rb
rake-delphi-0.0.27 test/helpers/consts.rb
rake-delphi-0.0.26 test/helpers/consts.rb