1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 15:51:59 +00:00
Commit graph

3 commits

Author SHA1 Message Date
David Herrmann
729acb64ca test: don't leak sd_event in wpas tests
Correctly free the sd_event object we allocate, otherwise valgrind will
complain loudly.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
2014-03-28 12:46:38 +01:00
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
David Herrmann
b0b53f986c test: add wpas tests
Add extensive test-suite to verify our wpas-helpers work correctly.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
2014-03-19 13:06:11 +01:00