From 7c2237a7039781d260f5c4b4faaeeebf6c6fe602 Mon Sep 17 00:00:00 2001 From: "Felipe S. Prado" Date: Tue, 11 Oct 2016 14:37:20 +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 001dfe5e..9f07b4a9 100644 --- a/DRAMSys/tests/tests.pri +++ b/DRAMSys/tests/tests.pri @@ -17,8 +17,8 @@ OTHER_FILES += tests/error/fr_fcfs.xml OTHER_FILES += tests/error/generateErrorTest.pl OTHER_FILES += tests/error/WideIO.xml -# timing compliace test -OTHER_FILES += tests/timing_compliace/sim-batch.xml -OTHER_FILES += tests/timing_compliace/fifoStrict.xml -OTHER_FILES += tests/timing_compliace/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