> All these arch specific hacks should be moved to the arch specific
> makefiles. We do this for example for the sha1 alt builds.

Ack.

>> +EXTRA_RUNS_WITH_PLUGIN += 
>> run-plugin-test-plugin-skip-syscalls-with-libsyscall.so
>> +
>> +else # CONFIG_PLUGIN=n
>> +# Do not build the syscall skipping test if it's not tested with a plugin
>> +# because it will simply return an error and fail the test.
>> +MULTIARCH_TESTS := $(filter-out "test-plugin-skip-syscalls", 
>> $(MULTIARCH_TESTS))
>> +
> 
> rather than filtering it out lets move it into a subdir (plugin-tests?)
> and conditionally include it like we do with linux above?

Good point, will do.

Best,
Florian

Reply via email to