forked from M-Labs/nix-scripts
zynq: also run ARTIQ_LOW_LATENCY tests
This commit is contained in:
parent
f773b5abeb
commit
e8b885d7d0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue