mirror of
https://github.com/vgough/encfs.git
synced 2024-11-25 17:33:19 +01:00
5f0806c5cc
git-vendor-name: easylogging git-vendor-dir: vendor/github.com/muflihun/easyloggingpp git-vendor-repository: https://github.com/muflihun/easyloggingpp git-vendor-ref: master
14 lines
436 B
C
14 lines
436 B
C
// Header for test that sub-includes original header from src/ folder
|
|
#ifndef EASYLOGGING_FOR_TEST_H
|
|
#define EASYLOGGING_FOR_TEST_H
|
|
|
|
// We define these macros here for travis to pick up
|
|
#define ELPP_STOP_ON_FIRST_ASSERTION
|
|
#define ELPP_STL_LOGGING
|
|
#define ELPP_FORCE_ENV_VAR_FROM_BASH
|
|
#define ELPP_ENABLE_THREADING
|
|
#define ELPP_FEATURE_CRASH_LOG
|
|
#define ELPP_SYSLOG
|
|
#include "../src/easylogging++.h"
|
|
#endif // EASYLOGGING_FOR_SAMPLES_H
|