src/HOL/Nitpick_Examples/Tests_Nits.thy
author paulson <lp15@cam.ac.uk>
Thu, 12 Sep 2019 15:32:39 +0100
changeset 70690 8518a750f7bb
parent 63167 0909deb8059b
child 74844 90242c744a1a
permissions -rw-r--r--
importation fix

(*  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