diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2017-08-27 19:10:40 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2017-08-27 19:10:40 -0700 |
commit | 5f3b183d198b39ca993a41aadb02bddd9fde078d (patch) | |
tree | c8261940c94f34e6081a8395f3d13a25836fa99d /stdlib/Makefile | |
parent | 99ee4d26dc07c3eadfbf6793db26ef9dfb1551e5 (diff) | |
download | glibc-5f3b183d198b39ca993a41aadb02bddd9fde078d.tar glibc-5f3b183d198b39ca993a41aadb02bddd9fde078d.tar.gz glibc-5f3b183d198b39ca993a41aadb02bddd9fde078d.tar.bz2 glibc-5f3b183d198b39ca993a41aadb02bddd9fde078d.zip |
2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
* stdlib/Makefile (tst-atexit, tst-at_quick_exit): New tests.
(tst-cxa_atexit, tst-on_exit): Likewise.
* stdlib/Makefile (tests): Add tst-atexit, tst-at_quick_exit,
tst-cxa_atexit, and tst-on_exit.
* stdlib/tst-atexit-common.c: New file.
* stdlib/tst-atexit.c: New file.
* stdlib/tst-at_quick_exit.c: New file.
* stdlib/tst-cxa_atexit.c: New file.
* stdlib/tst-on_exit.c: New file.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index e4b36ca118..2da39e067c 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -80,7 +80,9 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ tst-strtol-locale tst-strtod-nan-locale tst-strfmon_l \ tst-quick_exit tst-thread-quick_exit tst-width \ tst-width-stdint tst-strfrom tst-strfrom-locale \ - tst-getrandom + tst-getrandom tst-atexit tst-at_quick_exit \ + tst-cxa_atexit tst-on_exit + tests-internal := tst-strtod1i tst-strtod3 tst-strtod4 tst-strtod5i \ tst-tls-atexit tst-tls-atexit-nodelete tests-static := tst-secure-getenv |