Run all tests (some fail)

This commit is contained in:
Las Safin 2021-09-03 14:00:08 +00:00
parent df7d4667a9
commit 7f805cb48f
No known key found for this signature in database
GPG Key ID: E7FA928911B61ED6
1 changed files with 3 additions and 6 deletions

View File

@ -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";