selftests: vm: Build/Run 64bit tests only on 64bit arch
authorMasami Hiramatsu <mhiramat@kernel.org>
Wed, 23 Oct 2019 04:57:49 +0000 (13:57 +0900)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 7 Nov 2019 21:53:29 +0000 (14:53 -0700)
commit7549b33642019f19241e910de556368ab55f0f32
tree6c4576aa7c2c57dd0a13adbcc6384b0ef3893234
parent2f3571ea71311bbb2cbb9c3bbefc9c1969a3e889
selftests: vm: Build/Run 64bit tests only on 64bit arch

Some virtual address range tests requires 64bit address space,
and we can not build and run those tests on the 32bit machine.

Filter the 64bit architectures in Makefile and run_vmtests,
so that those tests are built/run only on 64bit archs.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/vm/Makefile
tools/testing/selftests/vm/run_vmtests