9 lines
167 B
C
9 lines
167 B
C
#ifndef WAPP_TESTING_H
|
|
#define WAPP_TESTING_H
|
|
|
|
#include "tester/tester.h"
|
|
#include "../common/wapp_common.h"
|
|
#include "../core/wapp_core.h"
|
|
|
|
#endif // !WAPP_TESTING_H
|