Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the previous check-in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard20 |
Files: | files | file ages | folders |
SHA1: |
c98cb01b991113e9526b731d455044aa |
User & Date: | mistachkin 2018-04-06 14:24:24.972 |
Context
2018-04-06
| ||
14:34 | More tweaks to the Eagle script library in externals. check-in: 3fc667f990 user: mistachkin tags: netStandard20 | |
14:24 | Fix typo in the previous check-in. check-in: c98cb01b99 user: mistachkin tags: netStandard20 | |
14:23 | Make it possible for the test suite infrastructure to find native binaries when testing the managed binaries for the .NET Core. check-in: d25440f7b5 user: mistachkin tags: netStandard20 | |
Changes
Changes to Externals/Eagle/lib/Eagle1.0/vendor.eagle.
︙ | ︙ | |||
354 355 356 357 358 359 360 | checkForTestOverrides stdout [expr {[info exists test_overrides] ? \ $test_overrides : [list binary_directory build_base_directory \ build_directory common_directory compile_option_prefix \ connection_flags core_library_version database_directory \ datetime_format define_constant_prefix execute_on_setup \ interop_assembly_file_names native_library_file_names \ release_version scratch_directory temporary_directory test_clr \ | | | 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 | checkForTestOverrides stdout [expr {[info exists test_overrides] ? \ $test_overrides : [list binary_directory build_base_directory \ build_directory common_directory compile_option_prefix \ connection_flags core_library_version database_directory \ datetime_format define_constant_prefix execute_on_setup \ interop_assembly_file_names native_library_file_names \ release_version scratch_directory temporary_directory test_clr \ test_clr_v2 test_clr_v4 test_configuration test_configurations \ test_constraints test_extra test_extras test_machine \ test_native_year test_net_fx test_net_fx_2005 test_net_fx_2008 \ test_net_fx_2010 test_net_fx_2012 test_net_fx_2013 \ test_net_fx_2015 test_overrides test_platform test_suite \ test_year test_years test_year_clr_v2 test_year_clr_v4 \ vendor_directory vendor_test_directory]}] \ [checkForVendorQuiet checkForTestOverrides] |
︙ | ︙ |