fix and run parser tests

escape-analysis
Sebastien Bourdeauducq 2021-11-03 17:39:48 +08:00
parent b6ff46c39e
commit 36e4028f5b
24 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
nativeBuildInputs = [ pkgs.python3 pkgs.llvm_12 ];
buildInputs = [ pkgs.python3 pkgs.libffi pkgs.libxml2 pkgs.llvm_12 ];
cargoBuildFlags = [ "--package" "nac3artiq" ];
cargoTestFlags = [ "--package" "nac3core" "--package" "nac3artiq" ];
cargoTestFlags = [ "--package" "nac3ast" "--package" "nac3parser" "--package" "nac3core" "--package" "nac3artiq" ];
installPhase =
''
TARGET_DIR=$out/${pkgs.python3Packages.python.sitePackages}