Merge pull request #39 from ZaMaZaN4iK/feature_branch/apply_permutation

Apply_permutation
This commit is contained in:
Marshall Clow
2017-11-01 12:57:31 -07:00
committed by GitHub
7 changed files with 464 additions and 1 deletions

View File

@ -83,6 +83,9 @@ alias unit_test_framework
# Is_partitioned_until tests
[ run is_partitioned_until_test.cpp unit_test_framework : : : : is_partitioned_until_test ]
# Apply_permutation tests
[ run apply_permutation_test.cpp unit_test_framework : : : : apply_permutation_test ]
;
}