summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/internal/aws/placeholder.c
blob: 133c9a32d90d9619e988dc22e9f0de860957e1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "../flb_tests_internal.h"

static void test_placeholder()
{
    return;
}

TEST_LIST = {
    { "placeholder" , test_placeholder },
    { 0 }
};