Hi,

I've noticed that in ODP-DPDK "make check" runs the tests twice. I think it's because of the Makefile.am we get from linux-generic:

#@with_platform@ works alone in subdir but not as part of a path???
SUBDIRS = @platform_with_platform@ \
          helper \
          test \
          @platform_with_platform_test@ \
          helper/test \
          doc \
          example \
          scripts

So "make check" will run in @platform_with_platform@ and @platform_with_platform_test@, and the former will also go into test to run the tests. I think it's not necessary, can we do anything to avoid this double run? I've just ran make check on latest odp.git, and it doesn't seem to run the testcases at all, am I the only one seeing that problem?

Regards,

Zoltan
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to