forked from M-Labs/nix-scripts
style
This commit is contained in:
parent
7af143e73b
commit
192f700dbc
|
@ -16,9 +16,9 @@ in
|
||||||
''
|
''
|
||||||
python -m unittest discover -v artiq.test
|
python -m unittest discover -v artiq.test
|
||||||
|
|
||||||
testdir=`mktemp -d`
|
TESTDIR=`mktemp -d`
|
||||||
cp --no-preserve=mode,ownership -R ${src}/artiq/test/lit $testdir
|
cp --no-preserve=mode,ownership -R ${src}/artiq/test/lit $TESTDIR
|
||||||
LIBARTIQ_SUPPORT=${libartiq-support}/libartiq_support.so ${lit}/bin/lit -v $testdir/lit
|
LIBARTIQ_SUPPORT=${libartiq-support}/libartiq_support.so ${lit}/bin/lit -v $TESTDIR/lit
|
||||||
'';
|
'';
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A leading-edge control system for quantum information experiments";
|
description = "A leading-edge control system for quantum information experiments";
|
||||||
|
|
Loading…
Reference in New Issue