src/HOL/Nitpick_Examples/Tests_Nits.thy
author wenzelm
Thu, 25 Nov 2021 19:56:01 +0100
changeset 74844 90242c744a1a
parent 63167 0909deb8059b
permissions -rw-r--r--
maintain option kodkod_scala within theory context, to allow local modification;

(*  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>if getenv "KODKODI" = "" then () else Nitpick_Tests.run_all_tests \<^context>\<close>

end