lh-l4v/tools/autocorres/tests
Corey Lewis 5120e351b3 lib: improve wp tracing
When tracing wp can now print the instantiated version of the rules being used.
It also says which set each used rule is from.
2020-01-29 09:26:18 +11:00
..
examples lib: improve wp tracing 2020-01-29 09:26:18 +11:00
failing Isabelle2018 autocorres: declare external files 2018-08-20 09:06:37 +10:00
parse-tests license-tool: missing license headers + .licenseignore [VER-551] 2016-07-14 16:34:31 +10:00
proof-tests autocorres: fix bug between heap abs and signed word abs 2019-07-10 13:59:53 +10:00
README Import release snapshot. 2014-07-14 21:32:44 +02:00

README

#
# Copyright 2014, NICTA
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(NICTA_BSD)
#

parse-tests/

    Contains tests that are only checked to ensure that they parse and run
    through AutoCorres without error.

proof-tests/

    Contains tests with a hand-written Isabelle theory file. We ensure that
    these theory files correctly execute.

examples/

    As above, but these are considered "nicer" examples which we are happy
    to release.