Sounds good!
I only managed to make test01 work.
For packaging, mylibies.hats is considered the entry point for the package.
One should not be asked or should be discouraged to load files in SATS and
DATS directly. If needed, please use ifdef-guards to control loading of files.
In your package, there are also CATS files. When these files are mentioned
in SATS-files (or even DATS-files), please use a path like the following one:
<module-name>/.../CATS/foo.cats
For instance, you can use the following one:
atscntrb-as-ats3d/src/CATS/vector.cats
In your case, one also needs to compile various DATS-files
in order to use ats3d. So I added mylibats_link.hats (where 'link'
means that this file is for producing something needed at link-time).
As for testing, tests inside TEST are for so-called internal testing.
For testing packages externally, please visit:
https://github.com/githwxi/ATS-Postiats-test/tree/master/packageOn Thursday, April 27, 2017 at 11:17:50 PM UTC-4, Artyom Shalkhakov wrote: