From 6b3a4624f6606dca830c135b0a714abf5f663d42 Mon Sep 17 00:00:00 2001 From: narawat Date: Sun, 9 Aug 2026 12:31:57 +0700 Subject: [PATCH] update --- etc.jl | 25 ++++++++++++++++++++++++- test/{loadToolTest.jl => toolTest.jl} | 0 2 files changed, 24 insertions(+), 1 deletion(-) rename test/{loadToolTest.jl => toolTest.jl} (100%) 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