From 7855d90790a48078dd8cb0256b896a43a5032ac0 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Thu, 5 Sep 2019 08:41:53 +0200 Subject: [PATCH] add make check for CI --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b39825b..411e0dc 100644 --- a/Makefile +++ b/Makefile @@ -45,3 +45,5 @@ ubxtool: navmon.pb.o ubxtool.o ubx.o bits.o ext/fmt-5.2.1/src/format.o galileo.o testrunner: navmon.pb.o testrunner.o ubx.o bits.o ext/fmt-5.2.1/src/format.o galileo.o gps.o beidou.o ephemeris.o $(CXX) -std=gnu++17 $^ -o $@ -lprotobuf +check: testrunner + ./testrunner