summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorstu <stwo@users.sourceforge.net>2017-11-22 16:20:30 (GMT)
committerstu <stwo@users.sourceforge.net>2017-11-22 16:20:30 (GMT)
commite6032ebc5625554d828c05f7613453e0d03fccf4 (patch)
treea190579bb33008e191586f670446e15fbc434e87 /tests
parent2e3c80f974dcfc0fc773d6dbdb5e95ef0eee658a (diff)
downloadtk-e6032ebc5625554d828c05f7613453e0d03fccf4.zip
tk-e6032ebc5625554d828c05f7613453e0d03fccf4.tar.gz
tk-e6032ebc5625554d828c05f7613453e0d03fccf4.tar.bz2
Remove unrelated ::tk::pkgconfig variables: compile_debug and compile_stats. Adjust test. Add copyright.
Diffstat (limited to 'tests')
-rw-r--r--tests/pkgconfig.test8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/pkgconfig.test b/tests/pkgconfig.test
index 5cb5081..1694eea 100644
--- a/tests/pkgconfig.test
+++ b/tests/pkgconfig.test
@@ -8,6 +8,7 @@
# 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>
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -19,7 +20,12 @@ tcltest::loadTestedCommands
test pkgconfig-1.1 {query keys} {
lsort [::tk::pkgconfig list]
-} {64bit bindir,install bindir,runtime compile_debug compile_stats debug demodir,install demodir,runtime docdir,install docdir,runtime fontsystem includedir,install includedir,runtime libdir,install libdir,runtime mem_debug optimized profiled scriptdir,install scriptdir,runtime threaded}
+} [list \
+ 64bit bindir,install bindir,runtime debug demodir,install demodir,runtime \
+ docdir,install docdir,runtime fontsystem includedir,install includedir,runtime \
+ libdir,install libdir,runtime mem_debug optimized profiled \
+ scriptdir,install scriptdir,runtime threaded \
+]
test pkgconfig-1.2 {query keys multiple times} {
string compare [::tk::pkgconfig list] [::tk::pkgconfig list]
} 0