try to avoid races again (cf. 8c37cb84065f and fd3a36e48b09);
(* Title: HOL/Nitpick_Examples/Tests_Nits.thy
Author: Jasmin Blanchette, TU Muenchen
Copyright 2009-2011
Nitpick tests.
*)
header {* Nitpick Tests *}
theory Tests_Nits
imports Main
begin
ML {* () |> getenv "KODKODI" <> "" ? Nitpick_Tests.run_all_tests *}
end