Menu

CursesTestRunner, where?

Help
2004-03-25
2004-03-26
  • Johannes Gutleber

    I've seen on the Wiki pages the screenshots of a CursesTestRunner. Where can I find this software?
    Thanks
    Johannes

     
    • Baptiste Lepilleur

      It is available in the patch section of the project page.

      Baptiste.

       
      • Johannes Gutleber

        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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.