Browse Source

selftests: move ia64 tests from Documentation/ia64

Remove ia64 from Makefile to move the test to selftests.

Update ia64 Makefile to work under selftests. ia64 will not be run as part
of selftests suite and will not be included in install targets. They can be
built separately for now.

The original Makefile built this test on all archirectures and this update
doesn't change that.

Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Shuah Khan 9 năm trước cách đây
mục cha
commit
b6ebbac51b

+ 1 - 1
Documentation/Makefile

@@ -1,3 +1,3 @@
 subdir-y := accounting auxdisplay blackfin \
-	ia64 laptops mic misc-devices \
+	laptops mic misc-devices \
 	networking pcmcia timers watchdog

+ 0 - 5
Documentation/ia64/Makefile

@@ -1,5 +0,0 @@
-# List of programs to build
-hostprogs-y := aliasing-test
-
-# Tell kbuild to always build the programs
-always := $(hostprogs-y)

+ 0 - 0
Documentation/ia64/.gitignore → tools/testing/selftests/ia64/.gitignore


+ 8 - 0
tools/testing/selftests/ia64/Makefile

@@ -0,0 +1,8 @@
+TEST_PROGS := aliasing-test
+
+all: $(TEST_PROGS)
+
+include ../lib.mk
+
+clean:
+	rm -fr $(TEST_PROGS)

+ 0 - 0
Documentation/ia64/aliasing-test.c → tools/testing/selftests/ia64/aliasing-test.c