Continuous testing python files appear in qtcreator

This commit is contained in:
Éder F. Zulian
2016-11-21 09:56:19 +01:00
parent aa6b7af216
commit 5520aa2682

View File

@@ -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