Changes between Initial Version and Version 1 of Ticket #2750


Ignore:
Timestamp:
Aug 25, 2014, 3:10:34 PM (10 years ago)
Author:
fabio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2750 – Description

    initial v1  
    1 I moved the 0ad directory and noticed tests building errors, due to include still referring to paths to the previous 0ad directory.
     1I moved the 0ad directory (from /home/fabio/0ad to /home/fabio/0ad/trunk) and noticed tests building errors, due to include still referring to paths to the previous 0ad directory. Sample error:
     2{{{
     3../../../source/simulation2/components/tests/test_Position.cpp:16:79: fatal error: /home/fabio/0ad/source/simulation2/components/tests/test_Position.h: File o directory non esistente
     4 #include "/home/fabio/0ad/source/simulation2/components/tests/test_Position.h"
     5}}}
    26
    37I also cleaned workspaces, but the tests files didn't remove, and didn't also get regenerated while rebuilding.
     8
     9I fixed it manually deleting the tests with something like:
     10{{{
     11rm source/*/*/tests/*.h
     12}}}