Theory Tests_Nits

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

Nitpick tests.
*)

section ‹Nitpick Tests›

theory Tests_Nits
imports Main
begin

ML if getenv "KODKODI" = "" then () else Nitpick_Tests.run_all_tests context

end