blob: e358a2c618d646f65205f57c2e244a5360b8564b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
##
# run solutions
#
# @file
# @version 0.1
# end
run:
emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit
# sbcl --load ~/.sbclrc --script solver.lisp
|