9f4b8dc11b
padconf is specific to arm, so it's being moved to kernel/arch/earm. Add a test case to ensure the proper error is returned on non-ARM systems. Change-Id: I07ebbe64825d59bc0ef9c818d3d54891dafb4419
5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
tests="sys_padconf sys_vumap"
|
|
|
|
for i in $tests; do (cd $i && ./run); done
|