aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/tests/tests.pro
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-04-07 21:13:42 +0200
committerKarel Kočí <cynerd@email.cz>2018-04-07 21:13:42 +0200
commit8027941b705e219fd202b7c01d5a4a311670cbee (patch)
tree69ded0f03bea200586611c3916be82e4132f989a /qtmips_machine/tests/tests.pro
parent1359b6a4bcc9f37ab8d550cd960bfa6bd9a86a36 (diff)
downloadqtmips-8027941b705e219fd202b7c01d5a4a311670cbee.tar.gz
qtmips-8027941b705e219fd202b7c01d5a4a311670cbee.tar.bz2
qtmips-8027941b705e219fd202b7c01d5a4a311670cbee.zip
Add initial implementatio of caches
Diffstat (limited to 'qtmips_machine/tests/tests.pro')
-rw-r--r--qtmips_machine/tests/tests.pro3
1 files changed, 2 insertions, 1 deletions
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