bionic libc tests: clean up tests for destructor in executable
The tests for constructor/destructor in an executable file have
been re-implemented by tests:
dlfcn.ctor_function_call in bionic/tests/dlfcn_test.cpp
atexit.exit in bionic/tests/atexit_test.cpp
So it's no meaning keep the tests for destructor in executable here
any more, and this change is to clean those files and settings up.
One thing list here is that in this system/extras directory,
tests for destructor in executable are tested both in statically linked
format and dynamically linked format. But in the bionic/tests, it is only
tested in dynamically linked format.
But this should not the reason to keep the test files and settings here.
Change-Id: I0ceb0450ca53b43bcf8473d54f08103519486992
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2 files changed