linux_dsm_epyc7002/tools/testing/selftests/vm
Michael Ellerman 32dcfba6f8 selftests: Add install target
This adds make install support to selftests. The basic usage is:

$ cd tools/testing/selftests
$ make install

That installs into tools/testing/selftests/install, which can then be
copied where ever necessary.

The install destination is also configurable using eg:

$ INSTALL_PATH=/mnt/selftests make install

The implementation uses two targets in the child makefiles. The first
"install" is expected to install all files into $(INSTALL_PATH).

The second, "emit_tests", is expected to emit the test instructions (ie.
bash script) on stdout. Separating this from install means the child
makefiles need no knowledge of the location of the test script.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2015-03-13 15:21:56 -06:00
..
.gitignore selftests: add .gitignore for vm 2013-07-03 16:08:07 -07:00
hugepage-mmap.c
hugepage-shm.c
hugetlbfstest.c selftests: add hugetlbfstest 2013-07-03 16:08:07 -07:00
Makefile selftests: Add install target 2015-03-13 15:21:56 -06:00
map_hugetlb.c
run_vmtests selftests: Introduce minimal shared logic for running tests 2015-03-13 15:13:40 -06:00
thuge-gen.c selftests: add a test program for variable huge page sizes in mmap/shmget 2012-12-11 17:22:25 -08:00
transhuge-stress.c selftests/vm/transhuge-stress: stress test for memory compaction 2014-10-09 22:26:01 -04:00