01-pkgconfig.tcl at [3f354ca762]

File build/test/tests/01-pkgconfig.tcl artifact 80d95d3049 part of check-in 3f354ca762


#! /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