Add shared_iterator_test to test/Jamfile

This commit is contained in:
Peter Dimov 2017-12-23 23:45:33 +02:00
parent 91b392a478
commit affe7e6d84

View File

@ -59,4 +59,6 @@ test-suite iterator
[ run next_prior_test.cpp ]
[ run advance_test.cpp ]
[ run distance_test.cpp ]
[ run shared_iterator_test.cpp ]
;