From c110219c89fcc839d1fd93c3dfa97c351b340ffd Mon Sep 17 00:00:00 2001 From: "Felipe S. Prado" Date: Tue, 11 Oct 2016 15:08:38 +0200 Subject: [PATCH] Small fix --- DRAMSys/tests/tests.pri | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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