1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/test_bloom
René Kijewski 20163e1452 tests: test_bloom: fix PROJDEPS concurrency
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`.
2014-06-21 17:51:24 +02:00
..
generate_sets.py tests: test_bloom: fix PROJDEPS concurrency 2014-06-21 17:51:24 +02:00
main.c added LGPL header and doxygen headers 2014-02-04 12:52:52 +01:00
Makefile tests: test_bloom: fix PROJDEPS concurrency 2014-06-21 17:51:24 +02:00
words.txt.gz imported test projects (from projects repository) 2014-01-10 16:21:35 +01:00