diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2015-10-19 14:10:23 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2015-12-29 11:05:09 -0500 |
commit | 26a3dd99941caaf2fdf7d685c74a01fddcb4514e (patch) | |
tree | 04e728c621a5fa75bb5388dc2390147608bf09ae /status/Jamfile.v2 | |
parent | 668a010cd7fbfcfb053a6d7a369e6a217036cae8 (diff) | |
download | boost-26a3dd99941caaf2fdf7d685c74a01fddcb4514e.tar.gz |
Add Hana as a submodule of the master repository
Specifically:
- Adds Hana's test suite to the regression tests
- Add Hana as the libs/hana submodule
- Add entry for Hana to libs/maintainers.txt and libs/libraries.htm
Diffstat (limited to 'status/Jamfile.v2')
-rw-r--r-- | status/Jamfile.v2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index ca5fe89705..73449b7155 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -100,6 +100,7 @@ run-tests libs : gil/test # test-suite gil graph/test # test-suite graph graph_parallel/test # test-suite graph/parallel + hana/test # test-suite hana heap/test # test-suite heap icl/test # test-suite icl integer/test # test-suite integer |