From e8b885d7d030376d8c2dec6dac83dcfda728b2cb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 4 Aug 2021 10:40:37 +0800 Subject: [PATCH] zynq: also run ARTIQ_LOW_LATENCY tests --- artiq-zynq.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/artiq-zynq.nix b/artiq-zynq.nix index 3e97923..6b7854f 100644 --- a/artiq-zynq.nix +++ b/artiq-zynq.nix @@ -72,7 +72,9 @@ in artiq_run --device-db ${}/examples/device_db.py ${}/examples/mandelbrot.py echo Running ARTIQ unit tests... - ARTIQ_ROOT=${}/examples python -m unittest discover artiq.test.coredevice -v + export ARTIQ_ROOT=${}/examples + export ARTIQ_LOW_LATENCY=1 + python -m unittest discover artiq.test.coredevice -v touch $out