diff --git a/Project.toml b/Project.toml index c34f384..d5218e5 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,8 @@ MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118" Meshing = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73" NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Test", "MeshIO", "FileIO", "Meshing", "NBInclude", "Blink", "ColorTypes", "Pkg"] +test = ["Test", "MeshIO", "FileIO", "Meshing", "NBInclude", "Blink", "ColorTypes", "Pkg", "Random"] diff --git a/test/REQUIRE b/test/REQUIRE deleted file mode 100644 index fd5b3d4..0000000 --- a/test/REQUIRE +++ /dev/null @@ -1,5 +0,0 @@ -MeshIO 0.1.2 -FileIO 0.4 -Meshing 0.3 -NBInclude 2.0 -Blink