mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-02 16:40:29 +03:00
Add tsd test.
Submitted by Mike Hommey.
This commit is contained in:
parent
95424fc188
commit
72284f0335
4 changed files with 68 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -37,19 +37,19 @@
|
|||
test/include/test/jemalloc_test.h
|
||||
|
||||
/test/integration/[A-Za-z]*
|
||||
!/test/integration/*.*
|
||||
!/test/integration/[A-Za-z]*.*
|
||||
/test/integration/*.[od]
|
||||
/test/integration/*.out
|
||||
|
||||
/test/src/*.[od]
|
||||
|
||||
/test/stress/[A-Za-z]*
|
||||
!/test/stress/*.*
|
||||
!/test/stress/[A-Za-z]*.*
|
||||
/test/stress/*.[od]
|
||||
/test/stress/*.out
|
||||
|
||||
/test/unit/[A-Za-z]*
|
||||
!/test/unit/*.*
|
||||
!/test/unit/[A-Za-z]*.*
|
||||
/test/unit/*.[od]
|
||||
/test/unit/*.out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue