diff --git a/DRAMSys/tests/tests.pri b/DRAMSys/tests/tests.pri index 78d0014f..0224ef01 100644 --- a/DRAMSys/tests/tests.pri +++ b/DRAMSys/tests/tests.pri @@ -17,10 +17,10 @@ OTHER_FILES += tests/error/fr_fcfs.xml OTHER_FILES += tests/error/generateErrorTest.pl OTHER_FILES += tests/error/WideIO.xml -# evaluation test -OTHER_FILES += tests/evaluation/sim-batch.xml -OTHER_FILES += tests/evaluation/fifoStrict.xml -OTHER_FILES += tests/evaluation/test.pl +# timing compliance test +OTHER_FILES += tests/timing_compliance/sim-batch.xml +OTHER_FILES += tests/timing_compliance/fifoStrict.xml +OTHER_FILES += tests/timing_compliance/test.pl # python unit tests OTHER_FILES += tests/unit/unit_test.py