Files
osmo-iuh/tests/test_common.h
Pau Espin Pedrol 0ded29a701 Move testdir src/tests/ -> tests/
Move tests to usual directory in most projects.

Change-Id: Ib9ca59d1dffbbb13fcb9ae2e597b3f114f77524e
2023-05-15 10:01:45 +00:00

12 lines
118 B
C

#pragma once
enum {
DMAIN,
DHNBAP,
DRUA,
DRANAP,
};
int test_common_init(void);
void test_common_cleanup(void);