diff --git a/etc.jl b/etc.jl index c128ba1..c3ff72f 100644 --- a/etc.jl +++ b/etc.jl @@ -1 +1,24 @@ -run test again. loadToolTest.jl should be able to load all tools in ./src/tools and test them. \ No newline at end of file +run test again. loadToolTest.jl should be able to load all tools in ./src/tools and test them. + +use ./test/toolTest.jl to test all tools end-to-end. Make sure tools can be load and use. + + + + + + + + + + + + + + + + + + + + + diff --git a/test/loadToolTest.jl b/test/toolTest.jl similarity index 100% rename from test/loadToolTest.jl rename to test/toolTest.jl