Updated test cases documentation

This commit is contained in:
Bartek Kryza
2024-01-01 21:44:37 +01:00
parent 9d73c9e3ff
commit 7ef684c2cf
388 changed files with 26517 additions and 24116 deletions

View File

@@ -18,22 +18,6 @@ File `tests/t30011/t30011.c`
struct t30011_App app;
```
File `tests/t30011/libraries/lib3/lib3.h`
```cpp
#pragma once
enum t30011_E { e1, e2, e3 };
```
File `tests/t30011/libraries/lib4/lib4.h`
```cpp
#pragma once
struct t30011_C {
int c;
};
```
File `tests/t30011/libraries/lib1/lib1.h`
```cpp
@@ -52,6 +36,22 @@ struct t30011_B {
int b;
};
```
File `tests/t30011/libraries/lib3/lib3.h`
```cpp
#pragma once
enum t30011_E { e1, e2, e3 };
```
File `tests/t30011/libraries/lib4/lib4.h`
```cpp
#pragma once
struct t30011_C {
int c;
};
```
File `tests/t30011/app/app.h`
```cpp
@@ -88,74 +88,81 @@ void c(struct t30011_App *app, struct t30011_C *c) { }
"id": "879212264535378961",
"is_deprecated": false,
"name": "lib1",
"path": "",
"source_location": {
"column": 8,
"file": "libraries/lib1/lib1.h",
"line": 3,
"translation_unit": "t30011.c"
},
"type": "namespace"
"type": "directory"
},
{
"display_name": "lib2",
"id": "1522606219626203424",
"is_deprecated": false,
"name": "lib2",
"path": "",
"source_location": {
"column": 8,
"file": "libraries/lib2/lib2.h",
"line": 3,
"translation_unit": "t30011.c"
},
"type": "namespace"
"type": "directory"
},
{
"display_name": "lib3",
"id": "2263709579652581325",
"is_deprecated": false,
"name": "lib3",
"path": "",
"source_location": {
"column": 6,
"file": "libraries/lib3/lib3.h",
"line": 3,
"translation_unit": "t30011.c"
},
"type": "namespace"
"type": "directory"
},
{
"display_name": "lib4",
"id": "1103453030023410219",
"is_deprecated": false,
"name": "lib4",
"path": "",
"source_location": {
"column": 8,
"file": "libraries/lib4/lib4.h",
"line": 3,
"translation_unit": "t30011.c"
},
"type": "namespace"
"type": "directory"
}
],
"id": "879401191375500756",
"is_deprecated": false,
"name": "libraries",
"type": "namespace"
"path": "",
"type": "directory"
},
{
"display_name": "app",
"id": "2001320261642080149",
"is_deprecated": false,
"name": "app",
"path": "",
"source_location": {
"column": 8,
"file": "app/app.h",
"line": 8,
"translation_unit": "t30011.c"
},
"type": "namespace"
"type": "directory"
}
],
"name": "t30011_package",
"package_type": "directory",
"relationships": [
{
"destination": "879212264535378961",