Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-24 | fs-tests: test_1: fix compilation warnings | Artem Bityutskiy | |
Fix the following compilation warnings: test_1.c: In function ‘test_1’: test_1.c:67:4: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ test_1.c:88:3: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ The fix is to cast the argument with (unsigned long long). Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | |||
2007-03-15 | Add fs-tests from Adrian Hunter | Adrian Hunter | |
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com> Signed-off-by: Josh Boyer <jwboyer@gmail.com> |