summaryrefslogtreecommitdiff
path: root/dist/s_all
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2010-11-02 03:06:01 +1100
committerKeith Bostic <keith@wiredtiger.com>2010-11-02 03:06:01 +1100
commit52707f84697e9a3363355a65ae234c0216c33f61 (patch)
treeec5e0d49b0818ad089b7e328a547cbde5e195f69 /dist/s_all
parent629f64326713f0c88ef6db6d2bef5041563c7cda (diff)
downloadmongo-52707f84697e9a3363355a65ae234c0216c33f61.tar.gz
Check for non-POSIX types.
--HG-- branch : keith
Diffstat (limited to 'dist/s_all')
-rw-r--r--dist/s_all3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/s_all b/dist/s_all
index 57a5850948b..fd8ff61ad82 100644
--- a/dist/s_all
+++ b/dist/s_all
@@ -26,7 +26,8 @@ run "sh ./s_readme" "Building README file"
run "sh ./s_tags" "Building tags files"
run "sh ./s_whitespace" "Removing trailing whitespace from source files"
-run "sh ./s_define" "Checking for unused #defines"
run "sh ./s_copyright" "Checking for incorrect copyright notices"
+run "sh ./s_define" "Checking for unused #defines"
+run "sh ./s_types" "Checking for incorrect types"
echo 'dist/s_all run finished'