1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00
miraclecast/test
David Herrmann fc02c0aaf6 test: make wpas tests safe to run in parallel
If you run "make check -jX", the test-suites will run in parallel. This
currently works fine, but someone might copy the wpas tests into something
more complex. In that case, the /tmp/XY files will be shared, which breaks
the test-suite. Therefore, use pid-suffixes so these files are exclusive
to the given test-process.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
2014-03-28 12:39:50 +01:00
..
test_common.h test: add wpas tests 2014-03-19 13:06:11 +01:00
test_wpas.c test: make wpas tests safe to run in parallel 2014-03-28 12:39:50 +01:00