diff options
Diffstat (limited to 'tests/pkgconfig.test')
-rw-r--r-- | tests/pkgconfig.test | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/pkgconfig.test b/tests/pkgconfig.test index e080b91..47a9c0e 100644 --- a/tests/pkgconfig.test +++ b/tests/pkgconfig.test @@ -5,10 +5,10 @@ # built-in commands. Sourcing this file into Tk runs the tests and # generates output for errors. No output means no errors were found. # -# Copyright (c) 1991-1993 The Regents of the University of California. -# Copyright (c) 1994-1996 Sun Microsystems, Inc. -# Copyright (c) 1998-1999 by Scriptics Corporation. -# Copyright (c) 2017 Stuart Cassoff <stwo@users.sourceforge.net> +# Copyright © 1991-1993 The Regents of the University of California. +# Copyright © 1994-1996 Sun Microsystems, Inc. +# Copyright © 1998-1999 by Scriptics Corporation. +# Copyright © 2017 Stuart Cassoff <stwo@users.sourceforge.net> # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. @@ -18,7 +18,9 @@ namespace import ::tcltest::* eval tcltest::configure $argv tcltest::loadTestedCommands -test pkgconfig-1.1 {query keys} nonwin { +testConstraint nodeprecated [expr {"nodeprecated" ni [tk::pkgconfig list]}] + +test pkgconfig-1.1 {query keys} nodeprecated { lsort [::tk::pkgconfig list] } [list \ 64bit bindir,install bindir,runtime debug demodir,install demodir,runtime \ |