Differences From Artifact [7817026d2e]:
- File build/test/tests/01-pkgconfig.tcl — part of check-in [ee0059a1c6] at 2013-10-03 19:17:50 on branch trunk — Added debug output for pkgconfig (user: rkeene, size: 445) [annotate] [blame] [check-ins using]
To Artifact [4d059e3e0c]:
- File build/test/tests/01-pkgconfig.tcl — part of check-in [4e5fa96d8a] at 2013-10-04 10:45:15 on branch trunk — More 64-bit test issues corrected (user: rkeene, size: 448) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
13 14 15 16 17 18 19 |
set is64bit 0
}
if {[tcl::pkgconfig get 64bit] == $is64bit} {
exit 0
}
| | | 13 14 15 16 17 18 19 20 21 22 |
set is64bit 0
}
if {[tcl::pkgconfig get 64bit] == $is64bit} {
exit 0
}
puts "tcl::pkgconfig get 64 returned [tcl::pkgconfig get 64bit], but platform is 64 bit returned: $is64bit"
exit 1
|