mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh.git
synced 2025-11-03 05:33:22 +00:00
Move tests to usual directory in most projects. Change-Id: Ib9ca59d1dffbbb13fcb9ae2e597b3f114f77524e
12 lines
118 B
C
12 lines
118 B
C
#pragma once
|
|
|
|
enum {
|
|
DMAIN,
|
|
DHNBAP,
|
|
DRUA,
|
|
DRANAP,
|
|
};
|
|
|
|
int test_common_init(void);
|
|
void test_common_cleanup(void);
|