src/HOL/Nitpick_Examples/Tests_Nits.thy
author wenzelm
Thu, 15 Mar 2018 22:28:20 +0100
changeset 67872 39b27d38a54c
parent 63167 0909deb8059b
child 74844 90242c744a1a
permissions -rw-r--r--
more accurate isabelle_id: parent directory is not necessarily at tip;

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