summaryrefslogtreecommitdiffstats
path: root/adenosine-pds/tests/test_mst_interop.rs
Commit message (Collapse)AuthorAgeFilesLines
* more refactoring of common code and APIsbryan newbold2023-02-191-152/+0
|
* pds: mst: add empty layer nodes as neededbryan newbold2023-02-151-3/+1
| | | | | | | | This is to match behavior of the upstream Javascript implementation. Basically, if there is a "layer=2" node and a "layer=0" node, and no other nodes, there should be a "layer=1" node in between with just the 'left' reference populated.
* pds: cross-language MST interop testsbryan newbold2023-02-151-0/+154
Note that some are skipped because results differ from javascript implementation.