I know you are swamped, so only when you have time.
I want to write a test program to confirm what a function exactly does. The framework I found in my distribution is check, which should help. Still, I hope you have some experience and can advise me which framework to use and how to fit it into the autoconf flow. Finally of course there is Travis, which should be able to use the test programs, if we write them in a way that the testrunner can check the output.
It seems check can do this. To summarize my questions:
Should we have a separate test directory?
Should we keep using the old autoconf (It seems to be pre-2.13)?
Should we integrate this in the makefiles or keep it separate?
Should we integrate this into Travis if that is at all possible?
Hi Alessandro,
I know you are swamped, so only when you have time.
I want to write a test program to confirm what a function exactly does. The framework I found in my distribution is check, which should help. Still, I hope you have some experience and can advise me which framework to use and how to fit it into the autoconf flow. Finally of course there is Travis, which should be able to use the test programs, if we write them in a way that the testrunner can check the output.
It seems check can do this. To summarize my questions:
Kind regards, Guus.