esp-idf/components/vfs/test
Marius Vikhammer 0a95151a75 unit_test: Refactor all performance tests that rely on cache compensated timer
There is no ccomp timer on C3, which means our performance tests will start
failing again due to variance caused by cache misses.

This MR adds TEST_PERFORMANCE_CCOMP_ macro that will only fail
performance test if CCOMP timer is supported on the target
2020-12-22 18:56:24 +11:00
..
CMakeLists.txt cmock: added cmock as component 2020-09-02 16:38:37 +08:00
component.mk vfs: use ccomp timer in performance test 2019-11-18 10:29:02 +08:00
test_vfs_access.c Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
test_vfs_append.c VFS: use O_APPEND flag of open() correctly 2018-05-11 08:28:22 +02:00
test_vfs_fd.c unit_test: Refactor all performance tests that rely on cache compensated timer 2020-12-22 18:56:24 +11:00
test_vfs_paths.c vfs: fix unregister removing top level VFS instead of nested 2018-12-06 19:43:49 +08:00
test_vfs_select.c feature: Add uart hal support. 2019-11-26 20:01:50 +08:00
test_vfs_uart.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00