Am 03.05.2013 18:04, schrieb Jean-Christophe DUBOIS: > So I added a libi2c-imx.c file, a ds1338-test.c file ...
(Note that in light of http://patchwork.ozlabs.org/patch/241004/ this will likely become libqos/i2c-imx.c.) > but when I run "make check" I get the following. [...] > $ make check [...] > CC tests/libi2c-imx.o > LINK tests/tmp105-test > CC tests/ds1338-test.o > LINK tests/ds1338-test > GTESTER check-qtest-arm > Kernel image must be specified Without seeing your code and since tmp105-test is working on my side, I can only guess that your ds1338-test is starting either your own machine or some machine that terminates with above error. The solution is to only mandate -kernel, -initrd, -dtb, etc. in the machine init function if !qtest_enabled() or so. > Broken pipe That's just qtest complaining that the process unexpectedly is gone due to the above. > make: *** [check-qtest-arm] Error 1 Note: For getting your test working you can skip the other tests above using either the specific name from the error or check-qtest: $ make check-help Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg