From 8027941b705e219fd202b7c01d5a4a311670cbee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 7 Apr 2018 21:13:42 +0200 Subject: Add initial implementatio of caches --- qtmips_machine/tests/tests.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtmips_machine/tests/tests.pro') diff --git a/qtmips_machine/tests/tests.pro b/qtmips_machine/tests/tests.pro index ffe75b7..751bf8a 100644 --- a/qtmips_machine/tests/tests.pro +++ b/qtmips_machine/tests/tests.pro @@ -21,7 +21,8 @@ SOURCES += tst_machine.cpp \ testprogramloader.cpp \ testinstruction.cpp \ testalu.cpp \ - testcore.cpp + testcore.cpp \ + testcache.cpp HEADERS += tst_machine.h -- cgit v1.2.3