Question:
I have a legacy system developed in Clipper , an old programming language, similar to C, which had been discontinued support for at least 20 years, and is maintained until today by the xHarbour project, which provides the current compiler for Clipper.
I would like to implement unit tests in the next features that will be developed in Clipper, but I don't know and haven't found any tool for this purpose, similar to Java's JUnit .
Does anyone know an alternative?
Answer:
I found the hbunit . I don't know if it's good, if it works, or how you use it, but it seems easy to get with what's in the repository, I can only give my opinion that I don't like the style of code adopted in this project.