Skip to content
Snippets Groups Projects
  • René Kijewski's avatar
    bd1630ad
    buildtest: ignore empty folders · bd1630ad
    René Kijewski authored
    `compile_test.py` fails if there are empty folders in `/examples` or
    `tests`. This is not a problem for Travis, because it always has a clean
    repo.
    
    For the average users there is a problem if they work on multiple
    branches and one branch has new examples or tests. If they don't delete
    the residual `bin` folders, then `compile_test.py` will print out these
    applications as having failed.
    
    This change checks for the existence of a `Makefile` in the application
    folder. Also I added a progress indicator, because I like it. :)
    bd1630ad
    History
    buildtest: ignore empty folders
    René Kijewski authored
    `compile_test.py` fails if there are empty folders in `/examples` or
    `tests`. This is not a problem for Travis, because it always has a clean
    repo.
    
    For the average users there is a problem if they work on multiple
    branches and one branch has new examples or tests. If they don't delete
    the residual `bin` folders, then `compile_test.py` will print out these
    applications as having failed.
    
    This change checks for the existence of a `Makefile` in the application
    folder. Also I added a progress indicator, because I like it. :)