summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbd <bdunaisky@umass.edu>2025-03-23 17:47:34 +0000
committerGitHub <noreply@github.com>2025-03-23 17:47:34 +0000
commitfab7d9dcf249762eeac89a11487856e7569c66d5 (patch)
tree79287fc411c4c1195654560f494091ec38781e8a /tests
parentcef3753c74ec68ed0d99c1ae07af042dfc964344 (diff)
parent28f9c5e13d77ba1f160d83373144b691da75d7e2 (diff)
Merge pull request #30 from bdunahu/bdunahu
Add controller.h, implementation and tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/cache.cc1
-rw-r--r--tests/dram.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/cache.cc b/tests/cache.cc
index c64f00e..0b04bce 100644
--- a/tests/cache.cc
+++ b/tests/cache.cc
@@ -1,5 +1,4 @@
#include "cache.h"
-#include "definitions.h"
#include "dram.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/tests/dram.cc b/tests/dram.cc
index 7329bf2..0e97e81 100644
--- a/tests/dram.cc
+++ b/tests/dram.cc
@@ -1,5 +1,4 @@
#include "dram.h"
-#include "definitions.h"
#include <array>
#include <catch2/catch_test_macros.hpp>