Skip to content
Snippets Groups Projects
  1. Jul 31, 2014
  2. Jun 21, 2014
    • René Kijewski's avatar
      tests: test_bloom: fix PROJDEPS concurrency · 20163e14
      René Kijewski authored
      Our buildtests build one project concurrently for multiple boards.
      The current creation of the `PROJDEPS` for `test_bloom` might fail if
      
      * board `A` notices that the dependency is missing and gets preempted,
      * board `B` creates the dependency and gets preempted,
      * board `A` starts the creation but gets preempted in the middle of the process,
      * board `B` works with a half complete created file.
      
      This PR creates the dependency in the individual `BINDIR`.
      20163e14
  3. Jan 10, 2014
Loading