diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-06-26 12:20:44 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-06-26 12:31:08 +0200 |
commit | 29055464a03c72762969a2e8734d0d05d4d70e58 (patch) | |
tree | fa2ee34758dc4595537bcfb7776e16e2ce82fc70 /libio/Makefile | |
parent | 5c0202af4b3d588c04bcec7baf05706b21cd7416 (diff) | |
download | glibc-29055464a03c72762969a2e8734d0d05d4d70e58.zip glibc-29055464a03c72762969a2e8734d0d05d4d70e58.tar.gz glibc-29055464a03c72762969a2e8734d0d05d4d70e58.tar.bz2 |
libio: Add tst-vtables, tst-vtables-interposed
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/Makefile b/libio/Makefile index cbe14a8..64d283e 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -66,6 +66,8 @@ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ tst-fwrite-error tst-ftell-partial-wide tst-ftell-active-handler \ tst-ftell-append tst-fputws tst-bz22415 tst-fgetc-after-eof +tests-internal = tst-vtables tst-vtables-interposed + ifeq (yes,$(build-shared)) # Add test-fopenloc only if shared library is enabled since it depends on # shared localedata objects. |