Rick van Voorden
|
f8ae46b3f3
|
[inclusive-language] changed sanity to soundness
|
2024-01-25 18:18:02 -08:00 |
|
Rintaro Ishizaki
|
90d3cf51e9
|
[Macros/Tests] Build test plugins with the same compiler as the dylib
Sanitizer ABI are apparently not stable. We need to build the executable
with the same compiler as the linking dylib.
rdar://119141141
|
2023-12-04 13:38:30 -08:00 |
|
Ben Barham
|
e0ad141add
|
[Tools] Add missing header to MockPlugin
|
2023-07-28 09:03:28 -07:00 |
|
Rintaro Ishizaki
|
761cbb0ade
|
[Macros] Add a library to make simple executable plugins for testing
Add `_swiftMockPlugin` library.
Usage:
#include "swift/swift-c/MockPlugin/MockPlugin.h"
MOCK_PLUGIN([
{"expect": {...},
"response: {...}}
])
|
2023-02-26 12:17:24 -08:00 |
|