diff --git a/tests/README.md b/tests/README.md index 9f4d8fc8901..0c51eb49c77 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1 +1,7 @@ -All the files in this directory are meant to be those derived/borrowed from Yaegi, Apache2.0. +All the files in the ./files directory are meant to be those derived/borrowed from Yaegi, Apache2.0. +The tests files in ./files2 are derived from ./files. The difference is that: + + * ./files/* imports use the NativeType and NativeValue native compat system. This tests the native system. + * ./files2/* don't use Native*, but rely on the ported stdlibs/**/* standard libraries written in Gno. + +Generally, when adding new tests to one folder, it should be added to the other.