diff --git a/.testing/Makefile b/.testing/Makefile index 16958cebea..924f983dfb 100644 --- a/.testing/Makefile +++ b/.testing/Makefile @@ -182,7 +182,7 @@ test: $(foreach t,$(TESTS),test.$(t)) test.regressions: $(foreach c,$(CONFIGS),$(c).regression $(c).regression.diag) test.grids: $(foreach c,$(filter-out tc3,$(CONFIGS)),$(c).grid $(c).grid.diag) test.layouts: $(foreach c,$(CONFIGS),$(c).layout $(c).layout.diag) -test.restarts: $(foreach c,$(filter-out tc4,$(CONFIGS)),$(c).restart) +test.restarts: $(foreach c,$(CONFIGS),$(c).restart) test.repros: $(foreach c,$(CONFIGS),$(c).repro $(c).repro.diag) test.openmps: $(foreach c,$(CONFIGS),$(c).openmp $(c).openmp.diag) test.nans: $(foreach c,$(CONFIGS),$(c).nan $(c).nan.diag)