From 1884bcc03ba2b6e734b4bd379d8542596e6d5c84 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Sat, 20 Sep 2014 17:18:30 -0400 Subject: tests: Add a memtest version using the ideal SnoopFilter This patch adds a basic regression test for the snoop filter. --HG-- rename : tests/configs/memtest.py => tests/configs/memtest-filter.py --- tests/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 64f0067c7..ec2b4b121 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -344,7 +344,7 @@ configs += ['simple-atomic', 'simple-atomic-mp', 'inorder-timing', 'minor-timing', 'minor-timing-mp', 'o3-timing', 'o3-timing-mp', - 'rubytest', 'memtest', + 'rubytest', 'memtest', 'memtest-filter', 'tgen-simple-mem', 'tgen-dram-ctrl'] if env['PROTOCOL'] != 'None': -- cgit v1.2.3