add simple negative P2P tests

This commit is contained in:
Ben Sander
2016-04-11 13:46:53 -05:00
parent 1f53c55d3e
commit c40c36aff7
3 changed files with 97 additions and 71 deletions
+2 -2
View File
@@ -116,12 +116,12 @@ int main(int argc, char *argv[])
/*disable, this takess a while and if the next one works then no need to run serial*/
if (1 && (p_tests & 0x2)) {
printf ("\ntest 0x2 : serialized multiThread_pyramid(1) \n");
multiThread_pyramid(true, 10);
multiThread_pyramid(true, 3);
}
if (p_tests & 0x4) {
printf ("\ntest 0x4 : parallel multiThread_pyramid(1) \n");
multiThread_pyramid(false, 10);
multiThread_pyramid(false, 3);
}
//if (p_tests & 0x8) {