Sha256: 8d1328e2a1a1d16a0c4e72e40897f33d56dfe369ec0d9a92140f0f338ba1b87a

Contents?: true

Size: 377 Bytes

Versions: 15

Compression:

Stored size: 377 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/android/bin/%s/TestProject.apk'
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
rake-delphi-0.0.25 test/helpers/consts.rb
rake-delphi-0.0.24 test/helpers/consts.rb
rake-delphi-0.0.23 test/helpers/consts.rb
rake-delphi-0.0.22 test/helpers/consts.rb
rake-delphi-0.0.21 test/helpers/consts.rb
rake-delphi-0.0.20 test/helpers/consts.rb
rake-delphi-0.0.19 test/helpers/consts.rb
rake-delphi-0.0.18 test/helpers/consts.rb
rake-delphi-0.0.17 test/helpers/consts.rb
rake-delphi-0.0.16 test/helpers/consts.rb
rake-delphi-0.0.15 test/helpers/consts.rb
rake-delphi-0.0.14 test/helpers/consts.rb
rake-delphi-0.0.13 test/helpers/consts.rb
rake-delphi-0.0.12 test/helpers/consts.rb
rake-delphi-0.0.11 test/helpers/consts.rb