tests: move testsuite and configs into subsys/
Move test related code and the testsuite away from tests/ and make it a proper subsystem. The way tests were integrate in the tree was not obvious and actual tests were intermixed with the testsuite code. This will allow us to have trees with the testcode and without the samples by just remove the folders tests/ and samples, needed for isolating actual code from test/sample code. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7f4eb00f47
commit
ccad9d0d09
38 changed files with 16 additions and 14 deletions
|
@ -17,4 +17,5 @@ add_subdirectory_ifdef(CONFIG_SETTINGS settings)
|
|||
add_subdirectory(fb)
|
||||
add_subdirectory(power)
|
||||
add_subdirectory(stats)
|
||||
add_subdirectory(testsuite)
|
||||
add_subdirectory_if_kconfig(jwt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue