[Libhugetlbfs-devel] [PATCH] run_test.py: not use hard coded path ../obj/hugeadm

2013-08-21 Thread b28495
From: Ting Liu Hard coded path makes the script impossible to run out of source tree. After 'make install', we can use hugeadm utility under DESTDIR. Signed-off-by: Ting Liu --- tests/run_tests.py | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/tests/run_te

[Libhugetlbfs-devel] [PATCH] tests/Makefile: install static 4G-edge testcases

2013-08-21 Thread b28495
From: Ting Liu TESTS_64 is empty, install will fail due to missing file operand Signed-off-by: Ting Liu --- tests/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 231e3b0..48da3ae 100644 --- a/tests/Makefile +++ b/tests/Ma