16 lines
519 B
Diff
16 lines
519 B
Diff
---
|
|
tests/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/tests/Makefile
|
|
+++ b/tests/Makefile
|
|
@@ -10,7 +10,7 @@ LIB_TESTS = gethugepagesize test_root fi
|
|
LIB_TESTS_64 = straddle_4GB huge_at_4GB_normal_below \
|
|
huge_below_4GB_normal_above
|
|
NOLIB_TESTS = malloc malloc_manysmall dummy
|
|
-LDSCRIPT_TESTS = zero_filesize_segment
|
|
+LDSCRIPT_TESTS =
|
|
HUGELINK_TESTS = linkhuge linkhuge_nofd linkshare
|
|
STRESS_TESTS = mmap-gettest mmap-cow shm-gettest shm-getraw shm-fork
|
|
HELPERS = get_hugetlbfs_path
|