Lines Matching +full:debian +full:- +full:testing
2 ----------------------
9 contributor-agreement.pdf. This is needed so upstreaming code
19 build/ - build directory (created by make).
20 math/ - math subproject sources.
21 math/include/ - math library public headers.
22 math/test/ - math test and benchmark related sources.
23 math/tools/ - tools used for designing the algorithms.
24 networking/ - networking subproject sources.
25 networking/include/ - networking library public headers.
26 networking/test/ - networking test and benchmark related sources.
27 string/ - string routines subproject sources.
28 string/include/ - string library public headers.
29 string/test/ - string test and benchmark related sources.
30 pl/... - separately maintained performance library code.
41 ln -s path/to/src/Makefile Makefile
48 Or building and testing the math subproject only:
50 make all-math
51 make check-math
54 For example on debian linux they can be installed as:
56 sudo apt-get install libmpfr-dev libmpc-dev
59 should be set for cross testing (e.g. using qemu-user or remote access