src/HOL/Nitpick_Examples/Tests_Nits.thy
author wenzelm
Mon, 15 Nov 2010 17:40:38 +0100
changeset 40547 05a82b4bccbc
parent 37495 650fae5eea93
child 45035 60d2c03d5c70
permissions -rw-r--r--
non-executable source files;

(*  Title:      HOL/Nitpick_Examples/Tests_Nits.thy
    Author:     Jasmin Blanchette, TU Muenchen
    Copyright   2009, 2010

Nitpick tests.
*)

header {* Nitpick Tests *}

theory Tests_Nits
imports Main
begin

ML {* () |> getenv "KODKODI" <> "" ? Nitpick_Tests.run_all_tests *}

end