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