diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-03 13:30:47 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-03 15:31:06 -0800 |
commit | 8373046719619b8e1535b4ef3ccbf47ead71bfd3 (patch) | |
tree | 1d7ecc40dbe8ab2c63533bb6012c4b305f1db8e1 /.gitattributes | |
parent | f25220b2cfae015709afb68824f6442a2c9f2bef (diff) |
Add LSAN build to travis.
For now it only runs test_cc and has to filter out a test which leaks.
However we will expand this over time until the entire build is LSAN clean.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index cd4c83ed0..90e666e57 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ /* symlink=dir /website/* symlink=dir /tools/clang symlink=dir +/tools/memory symlink=dir |