zephyr/tests/posix
Sebastian Bøe c9e12493b2 cmake: Remove duplicate invocations of target_link_libraries on app
It is not necessary to link 'app' with ELMFAT or NFFS because their
usage requirements are covered by the 'APP_LINK_WITH_MBEDTLS'
mechanism that automatically links 'app' with the interface library
FS.

This patch removes the redundant target_link_libraries invocations.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-07-25 08:27:45 -04:00
..
clock tests: posix: rename entry file to main.c 2018-05-28 08:52:46 -04:00
fs cmake: Remove duplicate invocations of target_link_libraries on app 2018-07-25 08:27:45 -04:00
mqueue tests: posix: rename entry file to main.c 2018-05-28 08:52:46 -04:00
mutex tests: posix: fix meta-data and rename test file 2018-06-11 17:11:18 -04:00
posix_checks tests: posix: rename entry file to main.c 2018-05-28 08:52:46 -04:00
pthread tests: posix: rename entry file to main.c 2018-05-28 08:52:46 -04:00
pthread_cancel tests: posix: rename entry file to main.c 2018-05-28 08:52:46 -04:00
pthread_equal tests: posix: rename entry file to main.c 2018-05-28 08:52:46 -04:00
pthread_join tests: posix: rename entry file to main.c 2018-05-28 08:52:46 -04:00
pthread_key tests: posix: add test for pthread_key 2018-07-19 08:46:33 -04:00
pthread_rwlock tests: posix: Function call return values need to be validated. 2018-06-01 14:59:10 -04:00
semaphore tests: posix: rename entry file to main.c 2018-05-28 08:52:46 -04:00
timer tests: posix: rename entry file to main.c 2018-05-28 08:52:46 -04:00