[riot-commits] [RIOT-OS/RIOT] 297bc5: unittests: use subfolders for different tests
Martine Lenders
authmillenon at gmail.com
Wed May 14 12:54:21 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 297bc52062c9b5c3c2e01c8644f2ac2cad6bbf2e
https://github.com/RIOT-OS/RIOT/commit/297bc52062c9b5c3c2e01c8644f2ac2cad6bbf2e
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-05-14 (Wed, 14 May 2014)
Changed paths:
M tests/unittests/Makefile
M tests/unittests/main.c
A tests/unittests/unittests.h
Log Message:
-----------
unittests: use subfolders for different tests
Unittests for e.g. different libraries can be put into
`tests/unittests/tests-XXX`, where `XXX` is your test suite.
If `unittests` is made with `make all` (or any explicit argument), then
all test suites get built. If you use `make tests-XXX tests-YYY …` then
only the test suites `XXX` and `YYY` get built.
Commit: 435942916857b0dfd312aa380f3c6738d36eb6f2
https://github.com/RIOT-OS/RIOT/commit/435942916857b0dfd312aa380f3c6738d36eb6f2
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2014-05-14 (Wed, 14 May 2014)
Changed paths:
M tests/unittests/Makefile
M tests/unittests/main.c
A tests/unittests/unittests.h
Log Message:
-----------
Merge pull request #1164 from Kijewski/unittests-use-subfolders
unittests: use subfolders for different tests
Compare: https://github.com/RIOT-OS/RIOT/compare/07b1dd55381c...435942916857
More information about the commits
mailing list