Skip to content

Commit

Permalink
Updating shell.nix with dependencies for extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed May 4, 2024
1 parent fb0f02a commit 1701551
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions extra/perf.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
DIR="$(mktemp -d)"
cp ../tests/*_in.* $DIR
cargo build --release

echo "Test files:"
for f in $DIR/*; do
Expand Down
1 change: 1 addition & 0 deletions extra/prof.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
DIR="$(mktemp -d)"
cp ../tests/phd_dissertation_in.tex $DIR
cargo build --release

echo "Test file:"
for f in $DIR/*.tex; do
Expand Down
5 changes: 5 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ pkgs.mkShell {
rustfmt
clippy
cargo-flamegraph
cacert
hyperfine
texlive.combined.scheme-full
diff-so-fancy
poppler_utils
];
}

0 comments on commit 1701551

Please sign in to comment.