summaryrefslogtreecommitdiffstats
path: root/src/journal/test-journald-tables.c
blob: d726c3f3e3c1d8cd71f499e710a314b89cd1ce98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: LGPL-2.1-or-later */

#include "journald-server.h"
#include "test-tables.h"
#include "tests.h"

int main(int argc, char **argv) {
        test_setup_logging(LOG_DEBUG);

        test_table(split_mode, SPLIT);
        test_table(storage, STORAGE);

        return EXIT_SUCCESS;
}