Run all tests (some fail)
This commit is contained in:
parent
df7d4667a9
commit
7f805cb48f
|
@ -17,14 +17,11 @@ stdenv.mkDerivation {
|
||||||
# which is why we use it.
|
# which is why we use it.
|
||||||
USER = "verhaegs";
|
USER = "verhaegs";
|
||||||
|
|
||||||
patchPhase = "true";
|
postPatch = "patchShebangs .";
|
||||||
configurePhase = "true";
|
configurePhase = "true";
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cd benchs/adder/cmos
|
cd benchs
|
||||||
echo 'doing make druc'
|
../bin/go.sh
|
||||||
make druc
|
|
||||||
echo 'doing make lvx'
|
|
||||||
make lvx
|
|
||||||
'';
|
'';
|
||||||
installPhase = "touch $out";
|
installPhase = "touch $out";
|
||||||
fixupPhase = "true";
|
fixupPhase = "true";
|
||||||
|
|
Loading…
Reference in New Issue