How to implement unit tests for Clipper?

3

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?

    
asked by anonymous 15.02.2017 / 17:14

1 answer

2

I found the hbunit . I do not know if it is good, if it works, or how it uses, but it seems easy to take what you have in the repository, I can only give my opinion that I do not like the code style adopted in this project.     

16.02.2017 / 02:17