Changeset 3f932a7e in mainline for uspace/lib/posix/test
- Timestamp:
- 2018-04-09T17:21:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3f819f
- Parents:
- 1890f2a2
- Location:
- uspace/lib/posix/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/test/main.c
r1890f2a2 r3f932a7e 29 29 #include <pcut/pcut.h> 30 30 31 PCUT_INIT 31 PCUT_INIT; 32 32 33 33 PCUT_IMPORT(scanf); -
uspace/lib/posix/test/scanf.c
r1890f2a2 r3f932a7e 37 37 #define EPSILON 0.000001 38 38 39 PCUT_INIT 39 PCUT_INIT; 40 40 41 41 PCUT_TEST_SUITE(scanf);
Note:
See TracChangeset
for help on using the changeset viewer.