Imported Upstream version 0.13.2+dsfg1

This commit is contained in:
Sebastian Ramacher 2016-02-24 00:16:51 +01:00
commit fb3990e9e5
2036 changed files with 287360 additions and 0 deletions

6
deps/w32-pthreads/tests/Debug.txt vendored Normal file
View file

@ -0,0 +1,6 @@
This project is used to debug individual test case programs.
To build and debug a test case:
- add the .c file to this project;
- remove any .c files from other test cases from this project.
- build and debug as usual.