summaryrefslogtreecommitdiff
path: root/libs/cargs/test/definitions.h
blob: cdb820e0c7e4f9fd5ba81502d6e1981f1139d6b4 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "tests.h"
/**
 * Creates prototypes for all test functions.
 */
#define XX(u, t) int u##_##t(void);
UNIT_TESTS(XX)
#undef XX