Skip to content

Commit

Permalink
Build status
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlynen committed Aug 19, 2014
1 parent 14eb484 commit 7b0b939
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Eigen check macros

A repository for glog CHECK and gtest ASSERT and EXPECT macros for Eigen types.

[![Build Status](http://129.132.38.183:8080/job/eigen_checks/badge/icon)](http://129.132.38.183:8080/job/eigen_checks/)

## GLOG
The Glog `CHECK()` macros are used to check errors and exit your program if they are found. These Eigen equivalents can be used to check conditions on matrices. See [the glog documentation](https://google-glog.googlecode.com/svn/trunk/doc/glog.html) for a full description. The general form of use is:

Expand Down Expand Up @@ -91,4 +93,4 @@ You can just use:
#include <eigen-checks/entrypoint.h>
UNITTEST_ENTRYPOINT
```
```

0 comments on commit 7b0b939

Please sign in to comment.