amagnasco / xwpe

Upload of an abandoned ncurses-based programming environment
http://www.identicalsoftware.com/xwpe/
GNU General Public License v2.0
31 stars 7 forks source link

Tests needed for non-X and non-NCURSES environments #79

Open gbonnema opened 7 years ago

gbonnema commented 7 years ago

Hi Alessandro,

We need a configuration where X-Windows is not present and one where ncurses is not present. The reason is that currently the code behind the not defined of X-Windows and ncurses are never executed, compiled and tested. I know it is a lot of work to maintain several development environments just to compile and run specific code segments. If we are serious in supporting them, that is what we should do. At the very least it should be compile error free.

Let me know what your think.