Changes between Initial Version and Version 1 of Ticket #3275


Ignore:
Timestamp:
May 30, 2015, 7:53:54 PM (9 years ago)
Author:
leper
Comment:

clean-workspaces.sh should just remove generated test files.

Moving the repository is uncommon enough of a use-case to make this really worth bothering with (as just removing unversioned files fixes the issue).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3275

    • Property Keywords simple added; tests compile removed
    • Property Summary Some generated test files use absolute path to include .hRemove generated test files on cleanup
  • Ticket #3275 – Description

    initial v1  
    11When compiling sources some auto-generated .cpp test files from cxxtest use absolute path instead of relative to link to the relative .h
    22
    3 If you move the project to an other directory, it doesn't compile anymore. make clean and clean-workspaces don't delete these generated files.
     3If you move the project to an other directory, it doesn't compile anymore. `make clean` and `clean-workspaces.sh` don't delete these generated files.
     4
     5`clean-workspaces.sh` or `make clean` should be extended to remove those.
    46
    57Below is the list of these files
    6 
    7 
    88{{{
    99source/scriptinterface/tests/test_ObjectToIDMap.cpp