35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
# Relative paths to "DRAMSys" because this file is included in
|
|
# "DRAMSys/dram.vp.system.pro"
|
|
|
|
OTHER_FILES += tests/start.pl
|
|
|
|
# simple test
|
|
OTHER_FILES += tests/simple/sim-batch.xml
|
|
OTHER_FILES += tests/simple/fifoStrict.xml
|
|
OTHER_FILES += tests/simple/test.pl
|
|
OTHER_FILES += tests/simple/expected.txt
|
|
|
|
# error test
|
|
OTHER_FILES += tests/error/sim-batch.xml
|
|
OTHER_FILES += tests/error/test.pl
|
|
OTHER_FILES += tests/error/am_wideio.xml
|
|
OTHER_FILES += tests/error/fr_fcfs.xml
|
|
OTHER_FILES += tests/error/generateErrorTest.pl
|
|
OTHER_FILES += tests/error/WideIO.xml
|
|
|
|
# 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
|
|
|
|
# TLM compliance test
|
|
OTHER_FILES += tests/TLM_compliance/sim-batch.xml
|
|
OTHER_FILES += tests/TLM_compliance/fifoStrict.xml
|
|
OTHER_FILES += tests/TLM_compliance/test.pl
|
|
|
|
# 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
|