Menu

CppUnit printout, handling directories

Help
2010-03-09
2013-04-22
  • Peter G. Marczis

    Hi,
    My problem is that, when I have the code in a directory structure like this:

    \
    |
    |-----modules
    |                |
    |                |--------debug
    |                                      |
    |                                      |----test
    |                                                 |
    |                                                 |--> Test cases here
    |
    |--> Makefile here, compile from here

    (So as you can see the sources which consists the cases, are deeply down in the directory structure.) if I run the cases, and one of them fails, than the output not consists the whole path but the filename… so my text editor can't jump to the given location… any idea ?
    Thanks in advance !

    Br,
           Peter.

     
  • Peter G. Marczis

    ehh.
    once again, the structure like this:
    \ |
    |......... Modules
                     |
                     |...........uart
                                    |
                                    |........test/ testcases
    and the make is in the root.

     

Log in to post a comment.