Discussion:
status of 'make check'?
Michael Haubenwallner
2010-01-25 16:55:22 UTC
Permalink
Hi,

I'm wondering how to run the mico self-tests in mico-2.3.13.

When doing 'make check' after 'make', many things are like these:

./demo: line 9: ./server: No such file or directory
./demo: line 16: ./client: No such file or directory

Are the tests expected to be run by an automatic build system at all?

Thank you!
/haubi/
Karel Gardas
2010-01-25 17:35:50 UTC
Permalink
Hi Michael,

yes tests are intended to be run to see possible regression, however
some of them are still not well arranged to show real regressions (pi
subdirectory) . Some are even kind of buggy (especially dii directory).
Some shows regression on 32bit, while are ok on 64bit (idl subdirectory)
and at the last some show real regression (sl3 subdirectory). Also
please note missing top-level makefile dependency which you've hit.
First you need to compile tests by `make/gmake' and then run them by
`make/gmake check'.

If you are not sure, just send output of testsuite and I'll go thorough
it and tell you if it's what's kind of expected or there is some issue.

Cheers,
Karel
Post by Michael Haubenwallner
Hi,
I'm wondering how to run the mico self-tests in mico-2.3.13.
./demo: line 9: ./server: No such file or directory
./demo: line 16: ./client: No such file or directory
Are the tests expected to be run by an automatic build system at all?
Thank you!
/haubi/
_______________________________________________
Mico-devel mailing list
http://www.mico.org/mailman/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
Continue reading on narkive:
Loading...