encfs/vendor/github.com/muflihun/easyloggingpp/test/easylogging++.h
Valient Gough 5f0806c5cc Add "easylogging" from "https://github.com/muflihun/easyloggingpp@master"
git-vendor-name: easylogging
git-vendor-dir: vendor/github.com/muflihun/easyloggingpp
git-vendor-repository: https://github.com/muflihun/easyloggingpp
git-vendor-ref: master
2017-08-05 23:23:41 -07:00

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