Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-10 | Created script to generate code coverage reports. | Jia Tan | 1 | -0/+4 | |
The script uses lcov and genhtml after running the tests to show the code coverage statistics. The script will create a coverage directory where it is run. It can be run both in and out of the source directory. | |||||
2022-06-14 | Added vli tests to .gitignore | Jia Tan | 1 | -0/+1 | |
2022-06-14 | Added parallel test artifacts to .gitignore | jiat75 | 1 | -0/+2 | |
2022-06-10 | Tests: Created tests for hardware functions. | Jia Tan | 1 | -0/+1 | |
Created tests for all API functions exported in src/liblzma/api/lzma/hardware.h. The tests are fairly trivial but are helpful because they will inform users if their machines cannot support these functions. They also improve the code coverage metrics. | |||||
2020-02-05 | Update tests/.gitignore. | Lasse Collin | 1 | -0/+4 | |
2014-10-29 | Update .gitignore files. | Lasse Collin | 1 | -0/+2 | |
2010-09-28 | Update .gitignore. | Lasse Collin | 1 | -1/+9 | |
2009-09-27 | add lzmainfo to gitignore | Mike Frysinger | 1 | -0/+2 | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2009-07-24 | Updated .gitignore files. | Lasse Collin | 1 | -17/+19 | |
2009-07-18 | Use AC_CONFIG_AUX_DIR to clean up the toplevel directory | Lasse Collin | 1 | -0/+1 | |
a little. Fixed a related bug in the toplevel Makefile.am. Added the build-aux directory to .gitignore. | |||||
2009-02-11 | Remove dead directories from .gitignore. | Lasse Collin | 1 | -2/+0 | |
2009-02-11 | .gitignore vs. Makefiles | Jim Meyering | 1 | -0/+22 | |
How about this for those of us who do srcdir builds? | |||||
2009-02-10 | Removed Makefile from .gitignore since not all Makefiles | Lasse Collin | 1 | -1/+0 | |
in the repository are generated by Autotools. People should do test builds in a separate build directory anyway. | |||||
2009-02-07 | add gitignore files | Mike Frysinger | 1 | -0/+32 | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> |