diff options
Diffstat (limited to 'fluent-bit/tests/internal/aws/placeholder.c')
-rw-r--r-- | fluent-bit/tests/internal/aws/placeholder.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fluent-bit/tests/internal/aws/placeholder.c b/fluent-bit/tests/internal/aws/placeholder.c new file mode 100644 index 00000000..133c9a32 --- /dev/null +++ b/fluent-bit/tests/internal/aws/placeholder.c @@ -0,0 +1,11 @@ +#include "../flb_tests_internal.h" + +static void test_placeholder() +{ + return; +} + +TEST_LIST = { + { "placeholder" , test_placeholder }, + { 0 } +}; |