I have a legacy system developed in Clipper , an old C programming language that has had discontinued support for at least 20 years, and is still maintained by xHarbour , which provides the current compiler for Clipper.
I'd like to implement unit tests on the next few features that will be developed in Clipper, but I do not know and found no tool for this purpose, similar to Java JUnit .
Does anyone know of an alternative?