Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor cleanup. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b1d4a5a75c148ff873eea62bbc4e8ec3 |
User & Date: | mistachkin 2018-08-14 04:55:38.365 |
Context
2018-08-14
| ||
05:14 | More corrections to the test suite infrastructure. check-in: ed3d2802dd user: mistachkin tags: trunk | |
04:55 | Minor cleanup. check-in: b1d4a5a75c user: mistachkin tags: trunk | |
03:52 | Update list of define constants in the test suite infrastructure. check-in: c5a6ab3a68 user: mistachkin tags: trunk | |
Changes
Changes to lib/System.Data.SQLite/common.eagle.
︙ | ︙ | |||
4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 | # # NOTE: Load the "before-constraints" custom per-user and/or per-host # test settings now. # uplevel 1 [list loadSQLiteTestSettings $::test_channel .before] # # NOTE: Check if the [object] command is available; if not, add some # shims to make the test suite run smoother. # checkForSQLiteObjectCommand $::test_channel # # NOTE: Determine the names of the native platform and architecture. # set platform [getBuildPlatform true] set architecture [architectureForPlatform $platform] | > > > > > > < < < < < < < < < < < < < < < < < < < < | 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 | # # NOTE: Load the "before-constraints" custom per-user and/or per-host # test settings now. # uplevel 1 [list loadSQLiteTestSettings $::test_channel .before] # # NOTE: Show (and log) the global parameters that control where the # build directory should be. # showSQLiteBuildParameters $::test_channel # # NOTE: Check if the [object] command is available; if not, add some # shims to make the test suite run smoother. # checkForSQLiteObjectCommand $::test_channel # # NOTE: Determine the names of the native platform and architecture. # set platform [getBuildPlatform true] set architecture [architectureForPlatform $platform] # # NOTE: Build a list of configuration files that we handle. # set configFileNames [list \ System.Data.SQLite.dll.config] # |
︙ | ︙ |