summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2015-11-24 12:45:27 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-24 14:02:58 +0100
commite506f02dd2ff75857e975170eb1988b3c89ff190 (patch)
treecf15c2cd371a96b3b47c0ed4641448510d30fb2b /validate
parent6d147939628c8503d682ffbe2985ca435d7a7c1d (diff)
downloadhaskell-e506f02dd2ff75857e975170eb1988b3c89ff190.tar.gz
Rewrite checkUniques and incorporate into validate
This should catch duplicate uniques in the future before Bad Things happen. Test Plan: Introduce a duplicate unique and validate Reviewers: austin, hvr, thomie Reviewed By: hvr, thomie Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1521
Diffstat (limited to 'validate')
-rwxr-xr-xvalidate2
1 files changed, 2 insertions, 0 deletions
diff --git a/validate b/validate
index 4c123fe844..3b2100235b 100755
--- a/validate
+++ b/validate
@@ -157,6 +157,8 @@ if [ $be_quiet -eq 1 ]; then
make="$make -s"
fi
+$make -C utils/checkUniques
+
if [ $testsuite_only -eq 0 ]; then
if [ $no_clean -eq 0 ]; then