Skip to content

Commit

Permalink
Fix regression machinery for Coq
Browse files Browse the repository at this point in the history
  • Loading branch information
tperami committed Mar 7, 2022
1 parent 8321af7 commit 6a02125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions regression/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ clean:
rm -rf *~
rm -rf regression
rm -rf testRegr*
rm -rf .testRegr*
rm -rf ._ott_coqrc.aux
rm -rf _ott_coqrc.glob

clean-regr:
rm -rf testRegr*
Expand Down
2 changes: 1 addition & 1 deletion regression/_ott_coqrc.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(*This file is used by the regression tests.*)
(* Add LoadPath "../coq/metatheory".*)
Add LoadPath "../coq".
Add LoadPath "../coq" as Ott.
(* Add LoadPath "". *)
(* Add LoadPath "../coq/ln_sets". *)
(* Add LoadPath "../examples/tapl". *)
Expand Down

0 comments on commit 6a02125

Please sign in to comment.