So, today's tip is how to compile your CUnit tests on Embedded platforms - in this case, on a N900 (ARM) with MeeGo installed on it.
You should download the CUnit source code from http://sourceforge.net/projects/cunit/ (I only tested versions 2.0.X and 2.1.X). The process is very simple: download the code, copy to your development environment, and build it (./bootstrap && make). However, things are not soooo easy as it seems :P
Probably, you'll face problems at initial steps.
If you have any problems on , execute the following command to change modification time/time:
find /path/to/files -exec touch {} \;
It seems to work.