Artifact 80d95d30497b228ad5006c9957ced117ac6fd194:
- File build/test/tests/01-pkgconfig.tcl — part of check-in [b180e9a80f] at 2010-09-26 04:46:10 on branch trunk — Added internal testing script (user: rkeene, size: 156) [annotate] [blame] [check-ins using]
#! /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