Skip to content

Commit

Permalink
Enable tc4.restart test
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallward committed Nov 13, 2019
1 parent 096761e commit 18e5894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 18e5894

Please sign in to comment.