aboutsummaryrefslogtreecommitdiff
path: root/string/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/string/Makefile b/string/Makefile
index 040a38d..850bfba 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -211,6 +211,18 @@ tests := \
tst-xbzero-opt \
# tests
+tests-static-internal := \
+ test-memswap \
+# tests-static-internal
+
+tests-internal := \
+ $(tests-static-internal) \
+ # tests-internal
+
+tests-static := \
+ $(tests-static-internal) \
+ # tests-static
+
# Both tests require the .mo translation files generated by msgfmt.
tests-translation := \
tst-strerror \