clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
(* Title: HOL/Nitpick_Examples/Tests_Nits.thy
Author: Jasmin Blanchette, TU Muenchen
Copyright 2009-2011
Nitpick tests.
*)
section {* Nitpick Tests *}
theory Tests_Nits
imports Main
begin
ML {* () |> getenv "KODKODI" <> "" ? Nitpick_Tests.run_all_tests *}
end