File build/test/tests/01-pkgconfig.tcl artifact 80d95d3049 part of check-in 3bd068a425
#! /usr/bin/env tclsh # Tcl 8.4 doesn't support this test if {$tcl_version == "8.4"} { exit 0 } if {[tcl::pkgconfig get 64bit] == 0} { exit 0 } exit 1
#! /usr/bin/env tclsh # Tcl 8.4 doesn't support this test if {$tcl_version == "8.4"} { exit 0 } if {[tcl::pkgconfig get 64bit] == 0} { exit 0 } exit 1