add simple negative P2P tests

This commit is contained in:
Ben Sander
2016-04-11 13:46:53 -05:00
rodzic 9e7efd7c65
commit 1acd16eb5d
3 zmienionych plików z 97 dodań i 71 usunięć
@@ -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) {