From e3f1c54506041fc65e261cd27d34fb04b44a90c7 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 1 Feb 2021 18:21:19 -0500 Subject: Add a basic logging framework Create a basic system to emit diagnostics to the user during operation. Mimic the glog API for the most part, but use an output format similar to that of coreutils and other established command-line tools. Reviewed-by: Alex Chernyakhovsky --- buildconf/common.ninja | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildconf') diff --git a/buildconf/common.ninja b/buildconf/common.ninja index 82223b0..6ec7e96 100644 --- a/buildconf/common.ninja +++ b/buildconf/common.ninja @@ -30,5 +30,8 @@ rule link build gsrsup.o: cxx gsrsup.cc build gsrsup: link gsrsup.o +build log_test.o: cxx log_test.cc +build log_test: link log_test.o + libs = -lgmock_main -lgmock -lgtest -labsl_strings -pthread default gsrsup -- cgit v1.2.3