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
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