I created a second testcase with create_unit_test.pl and then I added it to the UNITTESTS list in the Makefile. That causes it to automatically be added into the generated testsuite. Is there a way to have two testsuites, one for each testcase, that I can run separately with separate make targets?
Thanks,
Bryan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sorry... that's something you'd have to do yourself by editing the
makefile. I'm trying not to spend much time on the scripting
infrastructure, concentrating more on the test code, so unfortunately I
probably wouldn't plan on adding the ability to split things up anytime
soon.
I created a second testcase with create_unit_test.pl and then I added it
to the UNITTESTS list in the Makefile. That causes it to automatically be
added into the generated testsuite. Is there a way to have two testsuites,
one for each testcase, that I can run separately with separate make targets?
I created a second testcase with create_unit_test.pl and then I added it to the UNITTESTS list in the Makefile. That causes it to automatically be added into the generated testsuite. Is there a way to have two testsuites, one for each testcase, that I can run separately with separate make targets?
Thanks,
Bryan
Bryan,
sorry... that's something you'd have to do yourself by editing the
makefile. I'm trying not to spend much time on the scripting
infrastructure, concentrating more on the test code, so unfortunately I
probably wouldn't plan on adding the ability to split things up anytime
soon.
nice to know you're using the code :)
-neil
On Fri, Nov 30, 2012 at 10:23 PM, Bryan Murdock krupan@users.sf.net wrote: