source:
mainline/uspace/lib/c/test/main.c@
cd1e3fc0
| Last change on this file since cd1e3fc0 was d7f7a4a, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 674 bytes | |
| Rev | Line | |
|---|---|---|
| [2bff9860] | 1 | /* |
| [d7f7a4a] | 2 | * SPDX-FileCopyrightText: 2014 Vojtech Horky |
| [2bff9860] | 3 | * |
| [d7f7a4a] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
| [2bff9860] | 5 | */ |
| 6 | ||
| 7 | #include <stdio.h> | |
| [134ac5d] | 8 | #include <pcut/pcut.h> |
| [2bff9860] | 9 | |
| [3f932a7e] | 10 | PCUT_INIT; |
| [2bff9860] | 11 | |
| [c24b0dcb] | 12 | PCUT_IMPORT(capa); |
| [32236e5] | 13 | PCUT_IMPORT(casting); |
| [7a6065c] | 14 | PCUT_IMPORT(circ_buf); |
| [88e7dc5] | 15 | PCUT_IMPORT(double_to_str); |
| [12dcd5f] | 16 | PCUT_IMPORT(fibril_timer); |
| [88e7dc5] | 17 | PCUT_IMPORT(getopt); |
| 18 | PCUT_IMPORT(gsort); | |
| 19 | PCUT_IMPORT(ieee_double); | |
| 20 | PCUT_IMPORT(imath); | |
| [9912f49] | 21 | PCUT_IMPORT(inttypes); |
| [2498b95] | 22 | PCUT_IMPORT(mem); |
| [838ea8aa] | 23 | PCUT_IMPORT(odict); |
| [8ee106b] | 24 | PCUT_IMPORT(perf); |
| [9c75a99d] | 25 | PCUT_IMPORT(perm); |
| [f2460a50] | 26 | PCUT_IMPORT(qsort); |
| [ed18e14] | 27 | PCUT_IMPORT(scanf); |
| [2bff9860] | 28 | PCUT_IMPORT(sprintf); |
| [4e6a610] | 29 | PCUT_IMPORT(stdio); |
| [8338a81] | 30 | PCUT_IMPORT(stdlib); |
| [a18a8b9] | 31 | PCUT_IMPORT(str); |
| [99d3123] | 32 | PCUT_IMPORT(string); |
| [a4e78743] | 33 | PCUT_IMPORT(strtol); |
| [5e962ad] | 34 | PCUT_IMPORT(table); |
| [88e7dc5] | 35 | PCUT_IMPORT(uuid); |
| [2bff9860] | 36 | |
| [013e5d32] | 37 | PCUT_MAIN(); |
Note:
See TracBrowser
for help on using the repository browser.
