selftests/user: move test out of Makefile into a shell script
authorShuah Khan <shuahkh@osg.samsung.com>
Thu, 30 Oct 2014 22:43:48 +0000 (16:43 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Mon, 17 Nov 2014 17:05:35 +0000 (10:05 -0700)
commit3c25fa14f0bfa21a0b8d5efc3174d0506682658d
tree76f7fbaf70daa853353c4d8e743f228aa8aabc98
parent7069a97a14155349545c73084f9f9f6b6380e0f7
selftests/user: move test out of Makefile into a shell script

Currently user copy test is run from the Makefile. Move it out
of the Makefile to be run from a shell script to allow the test
to be run as stand-alone test, in addition to allowing the test
run from a make target.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/user/Makefile
tools/testing/selftests/user/test_user_copy.sh [new file with mode: 0755]
This page took 0.026016 seconds and 5 git commands to generate.