Skip to content

Commit

Permalink
selftests: move ia64 tests from Documentation/ia64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shuah Khan committed Sep 20, 2016
1 parent f9b6b0e commit b6ebbac
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Documentation/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
subdir-y := accounting auxdisplay blackfin \
ia64 laptops mic misc-devices \
laptops mic misc-devices \
networking pcmcia timers watchdog
5 changes: 0 additions & 5 deletions Documentation/ia64/Makefile

This file was deleted.

File renamed without changes.
8 changes: 8 additions & 0 deletions tools/testing/selftests/ia64/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
TEST_PROGS := aliasing-test

all: $(TEST_PROGS)

include ../lib.mk

clean:
rm -fr $(TEST_PROGS)
File renamed without changes.

0 comments on commit b6ebbac

Please sign in to comment.