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.
USER = "verhaegs";
patchPhase = "true";
postPatch = "patchShebangs .";
configurePhase = "true";
buildPhase = ''
cd benchs/adder/cmos
echo 'doing make druc'
make druc
echo 'doing make lvx'
make lvx
cd benchs
../bin/go.sh
'';
installPhase = "touch $out";
fixupPhase = "true";