zynq: also run ARTIQ_LOW_LATENCY tests

pull/64/head
Sebastien Bourdeauducq 2021-08-04 10:40:37 +08:00
parent f773b5abeb
commit e8b885d7d0
1 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,9 @@ in
artiq_run --device-db ${<artiq-zynq>}/examples/device_db.py ${<artiq-zynq>}/examples/mandelbrot.py
echo Running ARTIQ unit tests...
ARTIQ_ROOT=${<artiq-zynq>}/examples python -m unittest discover artiq.test.coredevice -v
export ARTIQ_ROOT=${<artiq-zynq>}/examples
export ARTIQ_LOW_LATENCY=1
python -m unittest discover artiq.test.coredevice -v
touch $out