I've seen on the Wiki pages the screenshots of a CursesTestRunner. Where can I find this software? Thanks Johannes
It is available in the patch section of the project page.
Baptiste.
Thanks for the pointer. I patched the current HEAD version of cppunit and had to fix some things before I could use the CursesTestRunner:
1) Add to src/curses/Makefile.am the line INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
2) Include in CursesTestRunner.cpp #include <unistd.h>
3) Include in example_test.cpp and main.cpp #include <unistd.h>
Did you also have to make these modifications or are they peculiar to my Linux platform: RedHat 9
Log in to post a comment.
I've seen on the Wiki pages the screenshots of a CursesTestRunner. Where can I find this software?
Thanks
Johannes
It is available in the patch section of the project page.
Baptiste.
Thanks for the pointer. I patched the current HEAD version of cppunit and had to fix some things before I could use the CursesTestRunner:
1) Add to src/curses/Makefile.am the line
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
2) Include in CursesTestRunner.cpp
#include <unistd.h>
3) Include in example_test.cpp and main.cpp
#include <unistd.h>
Did you also have to make these modifications or are they peculiar to my Linux platform: RedHat 9