aboutsummaryrefslogtreecommitdiff
path: root/src/processor/pathname_stripper_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/pathname_stripper_unittest.cc')
-rw-r--r--src/processor/pathname_stripper_unittest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/processor/pathname_stripper_unittest.cc b/src/processor/pathname_stripper_unittest.cc
index 6db9b7f0..957c94f2 100644
--- a/src/processor/pathname_stripper_unittest.cc
+++ b/src/processor/pathname_stripper_unittest.cc
@@ -28,6 +28,7 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "processor/pathname_stripper.h"
+#include "processor/logging.h"
#define ASSERT_TRUE(condition) \
if (!(condition)) { \
@@ -78,5 +79,7 @@ static bool RunTests() {
} // namespace
int main(int argc, char **argv) {
+ BPLOG_INIT(&argc, &argv);
+
return RunTests() ? 0 : 1;
}