Skip to content
  • Igor Kushnir's avatar
    TestQMakeProject: use QTemporaryDir instead of /tmp · 518cdc62
    Igor Kushnir authored
    test_qmakeproject creates /tmp/some/path. After the test exits, this
    directory still exists, contains an empty directory "build" and two
    non-empty files (.qmake.stash and Makefile).
    
    This change brings two improvements:
    * the temporary directory path is no longer hardcoded;
    * the temporary files and directories are removed at test exit.
    518cdc62