zephyr/tests
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
..
application_development tests: fix doxygen comments 2018-05-07 12:27:07 -04:00
benchmarks benchmarks: app_kernel: Fixed coverity issue. 2018-07-04 22:00:22 -04:00
bluetooth Bluetooth: shell: Add name command 2018-07-23 14:45:58 +03:00
boards test: Add test for native_posix RTC and real time control 2018-07-24 22:59:07 -04:00
booting/stub tests/booting/stub: disable banner 2017-12-14 13:11:04 -05:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto tests: crypto: rand32: Add test for z_early_boot_rand32_get 2018-07-20 10:12:27 -04:00
drivers tests: Add colibri_imx7d_m4 config in pwm_api 2018-07-17 16:08:22 -05:00
include tests: Cleanup converting int result to string 2018-06-29 11:53:59 -05:00
kernel tests: kernel: timer: Add a test case to cover k_timer_start 2018-07-25 07:15:54 -04:00
lib tests: sprintf: Add inf/nan testing for %{e,E,g,G} 2018-07-12 14:57:52 -05:00
misc/test_build samples: exclude socket samples on esp32 2018-07-16 19:00:32 -04:00
net tests: net: Add tests for net_promisc API 2018-07-24 15:12:37 +03:00
posix cmake: Remove duplicate invocations of target_link_libraries on app 2018-07-25 08:27:45 -04:00
power tests: power: power_states: Do not enter LPS states on test exit 2018-07-25 07:21:17 -04:00
shell tests: cleanup subsystem tests meta-data 2018-04-09 22:55:20 -04:00
subsys cmake: Remove duplicate invocations of target_link_libraries on app 2018-07-25 08:27:45 -04:00
unit lib/crc: Add CRC32 support 2018-07-18 10:00:12 -04:00
ztest tests: ztest: ztest_mock to support multiple calls to same mock 2018-07-04 08:57:09 -04:00
CMakeLists.txt tests: add CONFIG_TEST for marking tests 2018-01-08 10:03:57 -05:00
Kconfig native_posix: Do not select COVERAGE by default 2018-07-03 08:36:06 -04:00