11 lines
212 B
C
11 lines
212 B
C
// vim:fileencoding=utf-8:foldmethod=marker
|
|
|
|
#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
|