From 1b461ca57ad9e1e0bc8bd8828ba2c436c35dd126 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Sun, 9 Oct 2016 02:20:39 +0200 Subject: [PATCH] regressions/ck_spinlock: Add ck_hclh to the check target. --- regressions/ck_spinlock/validate/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/regressions/ck_spinlock/validate/Makefile b/regressions/ck_spinlock/validate/Makefile index 0d78e09..b1d7cba 100644 --- a/regressions/ck_spinlock/validate/Makefile +++ b/regressions/ck_spinlock/validate/Makefile @@ -10,6 +10,7 @@ check: all ./ck_cas $(CORES) 1 ./ck_fas $(CORES) 1 ./ck_clh $(CORES) 1 + ./ck_hclh $(CORES) 1 ./linux_spinlock $(CORES) 1 ./ck_ticket_pb $(CORES) 1 ./ck_anderson $(CORES) 1