src/HOL/Nitpick_Examples/Tests_Nits.thy
author haftmann
Thu, 23 Nov 2017 17:03:20 +0000
changeset 67084 e138d96ed083
parent 63167 0909deb8059b
child 74844 90242c744a1a
permissions -rw-r--r--
tuned

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

Nitpick tests.
*)

section \<open>Nitpick Tests\<close>

theory Tests_Nits
imports Main
begin

ML \<open>() |> getenv "KODKODI" <> "" ? Nitpick_Tests.run_all_tests\<close>

end