forked from M-Labs/nix-scripts
fix previous commit
This commit is contained in:
parent
953000afd1
commit
6c51ea48fa
2
zynq.nix
2
zynq.nix
|
@ -64,7 +64,7 @@ in
|
||||||
artiq_run --device-db ${<artiq-zynq>}/examples/device_db.py ${<artiq-zynq>}/examples/mandelbrot.py
|
artiq_run --device-db ${<artiq-zynq>}/examples/device_db.py ${<artiq-zynq>}/examples/mandelbrot.py
|
||||||
|
|
||||||
echo Running ARTIQ unit tests...
|
echo Running ARTIQ unit tests...
|
||||||
ARTIQ_ROOT=${<artiq-zynq>}/examples/examples python -m unittest discover artiq.test.coredevice -v
|
ARTIQ_ROOT=${<artiq-zynq>}/examples python -m unittest discover artiq.test.coredevice -v
|
||||||
|
|
||||||
touch $out
|
touch $out
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue