Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Use 'Win32' instead of 'x86' for the test platform name used by the test suite infrastructure. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
bdc97f7b5a066a1ba9c8b829a123bf00 |
User & Date: | mistachkin 2013-04-18 07:03:38.671 |
Context
2013-04-18
| ||
07:21 | Halt the testing process if the build directory cannot be verified by the test suite infrastructure. check-in: 5ded6de675 user: mistachkin tags: trunk | |
07:03 | Use 'Win32' instead of 'x86' for the test platform name used by the test suite infrastructure. check-in: bdc97f7b5a user: mistachkin tags: trunk | |
04:55 | When the legacy unit test application is running in automatic mode, hide the form. check-in: 4a31424a6b user: mistachkin tags: trunk | |
Changes
Changes to Externals/Eagle/lib/Test1.0/prologue.eagle.
︙ | |||
354 355 356 357 358 359 360 | 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 | - + | set test_machine [getTestMachine] } # # NOTE: Set the default test platform (e.g. x86, x64, etc), if necessary. # if {![info exists test_platform]} then { |
︙ |