-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |