From 5520aa268248d66c14463dc1dfd42977ac41936b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Mon, 21 Nov 2016 09:56:19 +0100 Subject: [PATCH] Continuous testing python files appear in qtcreator --- DRAMSys/tests/tests.pri | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/DRAMSys/tests/tests.pri b/DRAMSys/tests/tests.pri index 332abf63..1d1f41bf 100644 --- a/DRAMSys/tests/tests.pri +++ b/DRAMSys/tests/tests.pri @@ -27,7 +27,8 @@ OTHER_FILES += tests/TLM_compliance/sim-batch.xml OTHER_FILES += tests/TLM_compliance/fifoStrict.xml OTHER_FILES += tests/TLM_compliance/test.pl -# python unit tests -OTHER_FILES += tests/unit/unit_test.py -OTHER_FILES += tests/unit/mem_util.py - +# python continuous testing +OTHER_FILES += tests/continuous_testing_py/autotest.py +OTHER_FILES += tests/continuous_testing_py/baseconfig_expected.out +OTHER_FILES += tests/continuous_testing_py/baseconfig.xml +OTHER_FILES += tests/continuous_testing_py/memutil.py