Files
open5gs/tests/app/test-app.h
Sukchan Lee 142763c280 Rename Project to Open5GS
- Change BuildTool to Meson
 - Many BUGS Fixed
2019-10-27 17:41:14 +09:00

29 lines
520 B
C

#ifndef TEST_APP_H
#define TEST_APP_H
#ifdef __cplusplus
extern "C" {
#endif
#include "ogs-diameter-common.h"
#include "ogs-sctp.h"
#include "ogs-dbi.h"
#include "ogs-app.h"
#include "mme/mme-context.h"
#include "core/abts.h"
#include "test-epc.h"
#include "test-packet.h"
void test_app_run(int argc, const char *const argv[],
const char *name, void (*init)(const char * const argv[]));
void test_app_init(void);
#define test_app_final ogs_mongoc_final
#ifdef __cplusplus
}
#endif
#endif /* TEST_APP_H */