summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testSystemInformation.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-12-19 13:09:36 (GMT)
committerBrad King <brad.king@kitware.com>2012-12-19 13:09:36 (GMT)
commite33fa5b67880e47fb350d5545a5ba04b8d6f3eb3 (patch)
tree1c08689b76eaf6228cd7fc946e12334350326f9e /Source/kwsys/testSystemInformation.cxx
parent5ac16ea6e4ddb086d48c97fa4f58543284ec3305 (diff)
parenta0f91f1daa7765066a784e4479da7e231374a065 (diff)
downloadCMake-e33fa5b67880e47fb350d5545a5ba04b8d6f3eb3.zip
CMake-e33fa5b67880e47fb350d5545a5ba04b8d6f3eb3.tar.gz
CMake-e33fa5b67880e47fb350d5545a5ba04b8d6f3eb3.tar.bz2
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/testSystemInformation.cxx')
-rw-r--r--Source/kwsys/testSystemInformation.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/testSystemInformation.cxx b/Source/kwsys/testSystemInformation.cxx
index 41fcf38..cfd7ce2 100644
--- a/Source/kwsys/testSystemInformation.cxx
+++ b/Source/kwsys/testSystemInformation.cxx
@@ -66,6 +66,7 @@ int testSystemInformation(int, char*[])
printMethod(info, GetFamilyID);
printMethod(info, GetModelID);
printMethod(info, GetExtendedProcessorName);
+ printMethod(info, GetSteppingCode);
printMethod(info, GetProcessorSerialNumber);
printMethod2(info, GetProcessorCacheSize, "KB");
printMethod(info, GetLogicalProcessorsPerPhysical);