|
Last change
on this file since d7f7a4a was d7f7a4a, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago |
|
Replace some license headers with SPDX identifier
Headers are replaced using tools/transorm-copyright.sh only
when it can be matched verbatim with the license header used
throughout most of the codebase.
|
-
Property mode
set to
100644
|
|
File size:
674 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * SPDX-FileCopyrightText: 2014 Vojtech Horky
|
|---|
| 3 | *
|
|---|
| 4 | * SPDX-License-Identifier: BSD-3-Clause
|
|---|
| 5 | */
|
|---|
| 6 |
|
|---|
| 7 | #include <stdio.h>
|
|---|
| 8 | #include <pcut/pcut.h>
|
|---|
| 9 |
|
|---|
| 10 | PCUT_INIT;
|
|---|
| 11 |
|
|---|
| 12 | PCUT_IMPORT(capa);
|
|---|
| 13 | PCUT_IMPORT(casting);
|
|---|
| 14 | PCUT_IMPORT(circ_buf);
|
|---|
| 15 | PCUT_IMPORT(double_to_str);
|
|---|
| 16 | PCUT_IMPORT(fibril_timer);
|
|---|
| 17 | PCUT_IMPORT(getopt);
|
|---|
| 18 | PCUT_IMPORT(gsort);
|
|---|
| 19 | PCUT_IMPORT(ieee_double);
|
|---|
| 20 | PCUT_IMPORT(imath);
|
|---|
| 21 | PCUT_IMPORT(inttypes);
|
|---|
| 22 | PCUT_IMPORT(mem);
|
|---|
| 23 | PCUT_IMPORT(odict);
|
|---|
| 24 | PCUT_IMPORT(perf);
|
|---|
| 25 | PCUT_IMPORT(perm);
|
|---|
| 26 | PCUT_IMPORT(qsort);
|
|---|
| 27 | PCUT_IMPORT(scanf);
|
|---|
| 28 | PCUT_IMPORT(sprintf);
|
|---|
| 29 | PCUT_IMPORT(stdio);
|
|---|
| 30 | PCUT_IMPORT(stdlib);
|
|---|
| 31 | PCUT_IMPORT(str);
|
|---|
| 32 | PCUT_IMPORT(string);
|
|---|
| 33 | PCUT_IMPORT(strtol);
|
|---|
| 34 | PCUT_IMPORT(table);
|
|---|
| 35 | PCUT_IMPORT(uuid);
|
|---|
| 36 |
|
|---|
| 37 | PCUT_MAIN();
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.