System.Data.SQLite

Check-in [11b5e68bc7]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:In the test suite infrastructure, checks for managed binaries should not use the native directory.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 11b5e68bc7a7df34e608c26eec2fb15ddba53c9d
User & Date: mistachkin 2018-07-24 08:18:53.828
Context
2018-07-26
00:28
Testing and release management updates for the .NET Standard 2.0. check-in: 228b82e737 user: mistachkin tags: trunk
2018-07-24
08:18
In the test suite infrastructure, checks for managed binaries should not use the native directory. check-in: 11b5e68bc7 user: mistachkin tags: trunk
01:49
Update master release archive manifest again. check-in: 456170f5fe user: mistachkin tags: trunk
Changes
Unified Diff Show Whitespace Changes Patch
Changes to lib/System.Data.SQLite/common.eagle.
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
      if {![info exists ::no(prologue.eagle)]} then {
        uplevel 1 {
          #
          # NOTE: Setup the variables that refer to the various non-data files
          #       required by the tests in this file.
          #
          set entityFrameworkDllFile \
              [getBuildFileName EntityFramework.dll false]

          set installerExeFile \
              [getBuildFileName Installer.exe false]

          set sqliteDesignerDllFile \
              [getBuildFileName SQLite.Designer.dll false]

          set systemDataSQLiteDllFile \
              [getBuildFileName System.Data.SQLite.dll false]

          set systemDataSQLiteLinqDllFile \
              [getBuildFileName System.Data.SQLite.Linq.dll false]

          set systemDataSQLiteEf6DllFile \
              [getBuildFileName System.Data.SQLite.EF6.dll false]

          set testExeFile [getBuildFileName test.exe false]
          set testLinqExeFile [getBuildFileName testlinq.exe false]
          set testEf6ExeFile [getBuildFileName testef6.exe false]

          #
          # NOTE: Setup the variables that refer to the various data files
          #       required by the tests in this file.
          #
          set testLinqOutFile [file nativename [file join \
              [getSQLiteTestDataPath] testlinq.out]]







|


|


|


|


|


|

|
|
|







5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
      if {![info exists ::no(prologue.eagle)]} then {
        uplevel 1 {
          #
          # NOTE: Setup the variables that refer to the various non-data files
          #       required by the tests in this file.
          #
          set entityFrameworkDllFile \
              [getBuildFileName EntityFramework.dll true]

          set installerExeFile \
              [getBuildFileName Installer.exe true]

          set sqliteDesignerDllFile \
              [getBuildFileName SQLite.Designer.dll true]

          set systemDataSQLiteDllFile \
              [getBuildFileName System.Data.SQLite.dll true]

          set systemDataSQLiteLinqDllFile \
              [getBuildFileName System.Data.SQLite.Linq.dll true]

          set systemDataSQLiteEf6DllFile \
              [getBuildFileName System.Data.SQLite.EF6.dll true]

          set testExeFile [getBuildFileName test.exe true]
          set testLinqExeFile [getBuildFileName testlinq.exe true]
          set testEf6ExeFile [getBuildFileName testef6.exe true]

          #
          # NOTE: Setup the variables that refer to the various data files
          #       required by the tests in this file.
          #
          set testLinqOutFile [file nativename [file join \
              [getSQLiteTestDataPath] testlinq.out]]