about summary refs log tree commit diff
path: root/libio/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-06-26 12:20:44 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-06-26 12:31:08 +0200
commit29055464a03c72762969a2e8734d0d05d4d70e58 (patch)
treefa2ee34758dc4595537bcfb7776e16e2ce82fc70 /libio/Makefile
parent5c0202af4b3d588c04bcec7baf05706b21cd7416 (diff)
downloadglibc-29055464a03c72762969a2e8734d0d05d4d70e58.tar.gz
glibc-29055464a03c72762969a2e8734d0d05d4d70e58.tar.xz
glibc-29055464a03c72762969a2e8734d0d05d4d70e58.zip
libio: Add tst-vtables, tst-vtables-interposed
Diffstat (limited to 'libio/Makefile')
-rw-r--r--libio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/Makefile b/libio/Makefile
index cbe14a8e25..64d283e512 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.