diff --git a/Project.toml b/Project.toml index 7e1cef920..53c0ca924 100644 --- a/Project.toml +++ b/Project.toml @@ -19,8 +19,9 @@ MbedTLS = "v0.6.0" [extras] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" +LazyJson = "fc18253b-5e1b-504c-a4a2-9ece4944c004" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5" [targets] -test = ["Test", "JSON", "XMLDict", "Distributed"] +test = ["Test", "JSON", "LazyJSON", "XMLDict", "Distributed"] diff --git a/test/REQUIRE b/test/REQUIRE index 404f5b366..9708af91f 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -1,2 +1,3 @@ JSON XMLDict +LazyJSON