Skip to content

Commit

Permalink
add a WiP shell function for running the solve+validate benchmark
Browse files Browse the repository at this point in the history
build libfreecell-solver
  • Loading branch information
shlomif committed Dec 5, 2024
1 parent 819e6a5 commit b2c46b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fc-solve/scripts/run-solve-and-validate-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
-t fcs
shlomif_ux
set -e -x
cd "$trunk/fc-solve"
rm -fr "B"
mkdir "B"
cd "B"
../scripts/Tatzer -l n2b
gmake -j 12 install
cd "$trunk/cpan/Games-Solitaire-Verify/benchmark"
git clean -dfqx . || true
export LD_LIBRARY_PATH="$FCS_PATH"
Expand Down

0 comments on commit b2c46b4

Please sign in to comment.