Rework share/orthopoly/test_orthopoly.mac into (test case, result) pairs,
commit1516598aad268435e74cdff07eaed85c5461e224
authorRobert Dodier <robert_dodier@users.sourceforge.net>
Sun, 19 Mar 2023 04:52:14 +0000 (18 21:52 -0700)
committerRobert Dodier <robert_dodier@users.sourceforge.net>
Sun, 19 Mar 2023 05:11:03 +0000 (18 22:11 -0700)
tree022897e9db983bd06fe8502a7cf06d4716fcd0e7
parentff1523221db48fce322923c6ce0e4aaa0d704301
Rework share/orthopoly/test_orthopoly.mac into (test case, result) pairs,
as with other test suite files. Rename test cases to rtest_orthopoly.mac
and move plotting commands into a separate script, plot_orthopoly.mac.
test_orthopoly.mac is removed in this commit.

Minimal changes were made in order to convert test_orthopoly.mac.
In particular, the function check_zero_list returns the name of the
test if the test passes; that is unchanged, I did not consider
whether there is some other return value which could be more effective.

All the orthopoly tests are the same, none were added or taken away.
share/orthopoly/plot_orthopoly.mac [new file with mode: 0644]
share/orthopoly/rtest_orthopoly.mac [new file with mode: 0644]
share/orthopoly/test_orthopoly.mac [deleted file]