src/HOL/Nitpick_Examples/Tests_Nits.thy
author haftmann
Sat, 19 Oct 2019 09:15:41 +0000
changeset 70903 c550368a4e29
parent 63167 0909deb8059b
child 74844 90242c744a1a
permissions -rw-r--r--
added quickcheck setup

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