tests: fix mocking of large-file syscall versions 56/222956/1
authorMichal Bloch <m.bloch@partner.samsung.com>
Tue, 21 Jan 2020 12:19:49 +0000 (13:19 +0100)
committerMichal Bloch <m.bloch@partner.samsung.com>
Tue, 21 Jan 2020 12:36:57 +0000 (13:36 +0100)
commit1031dec2d9b5dfba214eb6bf16f13f5498ba2a54
tree98a366d8a036307f4b7a72b861cad397523bc0e4
parent5995092dd50cea2e9f4d0c460e4520c1b4f9a3ba
tests: fix mocking of large-file syscall versions

Some buildchains produce code that links to large-file versions
of most syscalls (e.g. opendir → opendir64) which also need to
be mocked.

Change-Id: Ia1983069a15ded569172fc326e5f1de07f3cf2d4
Signed-off-by: Michal Bloch <m.bloch@partner.samsung.com>
tests/CMakeLists.txt
tests/lowmem-mock.hpp
tests/lowmem-system-mock.cpp