muvarov replied on github web page:

example/generator/generator_run.sh
@@ -6,6 +6,12 @@
 # SPDX-License-Identifier:     BSD-3-Clause
 #
 
+if [ -n "${ODP_PLATFORM}" -a "x${ODP_PLATFORM}" != "xlinux-generic" ]
+then
+       echo "Skipping test on probably unsupported platform"


Comment:
I thought about doing like that but decided that message might be confusing for 
people using odp first time. They can think that generator is completely not 
for this platform.

> muvarov wrote
> I choose more structured tests vs build time. Do not see good reason to put 
> all files to one folder.


https://github.com/Linaro/odp/pull/496#discussion_r170933618
updated_at 2018-02-27 14:46:04

Reply via email to