Has anyone used check as the unit test framework in an embedded device which also requires cross-compilation?
Is it even a good idea, or should I just use something else (e.g. embunit or similar)?
If so, how should I write the Makefile.ams and configure.ac? I haven't used autotools to begin with so all this cross-compilation stuff certainly doesn't help...
I could simply skip all the actual configuration checking since I only compile in one or two environments but do I need to compile check to the target? I can't figure from the instructions how to link the actual framework to my test code.
What would be the minimal files that I need? The examples do all the configuration stuff and I can't figure out what I can leave out.