Skip to content

Commit

Permalink
autocorres: update to Isabelle2020
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Oct 27, 2020
1 parent 1842825 commit 82e116e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/autocorres/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ALL_TESTS_THY := $(PARSE_TESTS_THY) $(PROOF_TESTS_THY) $(EXAMPLES_THY)
# Generate an Isabelle "ROOT" file containing all of our test cases.
tests/ROOT: $(ALL_TESTS_C) $(ALL_TESTS_THY) ../../misc/scripts/gen_isabelle_root.py
python3 ../../misc/scripts/gen_isabelle_root.py -o $@ -b AutoCorres -s AutoCorresTest -d HOL-Number_Theory \
-i tests/parse-tests -i tests/proof-tests -i tests/examples --quick-and-dirty
-i tests/parse-tests -i tests/proof-tests -i tests/examples --quick-and-dirty --dir parse-tests --dir proof-tests --dir examples

# Generate a Isabelle "All.thy" file containing imports to all the test cases.
tests/All.thy: $(ALL_TESTS_C) $(ALL_TESTS_THY) ../../misc/scripts/gen_isabelle_root.py
Expand Down
1 change: 1 addition & 0 deletions tools/autocorres/ROOT
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ session AutoCorres = CParser +
Lib
CLib
theories
"DataStructures"
"AutoCorres"

session AutoCorresSEL4 in "test-seL4" = CBaseRefine +
Expand Down
2 changes: 1 addition & 1 deletion tools/autocorres/tests/examples/BinarySearch.thy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*)

theory BinarySearch
imports "AutoCorres.AutoCorres" "../../DataStructures"
imports "AutoCorres.AutoCorres" "AutoCorres.DataStructures"
begin

external_file "binary_search.c"
Expand Down
File renamed without changes.

0 comments on commit 82e116e

Please sign in to comment.