uniconproject / unicon

http://www.unicon.org
Other
54 stars 28 forks source link

tests: fix a few posix issues. Skip test if feature isn't supported #368

Closed Jafaral closed 3 months ago

Jafaral commented 3 months ago

If the test standard output contains the text "This program requires", the test is considered skipped and the output is reported as is. Ex:

[Testing utf8]... OK
[Testing utf8_ovld]... This program requires operator overloading.
[Testing var]... OK
Don-Ward commented 3 months ago

This PR could be your opportunity to alter the tests/unicon/makefileintroduced in PR#363 to how you'd like it to be.