Skip to content

Commit

Permalink
adding image
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Mar 7, 2024
1 parent db5c946 commit d723b6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mksee
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export DATE="$(date -Idate)"
cat see.pl | sed -e "s/'SEE.*'/'SEE $RELEASE \($DATE\)'/" > see.pl.tmp
mv see.pl.tmp see.pl

# create image
swipl -f see.pl -g "qsave_program('see.pvm', [goal(main)]),halt"

# run the tests
./test

Expand Down
2 changes: 1 addition & 1 deletion see
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
swipl -g main $(dirname "$(readlink -f "$0")")/see.pl -- "$@"
swipl -x $(dirname "$(readlink -f "$0")")/see.pvm -- "$@"
Binary file added see.pvm
Binary file not shown.

0 comments on commit d723b6e

Please sign in to comment.