X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d740fcc38174fbe1e9c5ec70ac3a15999fd62ac2..af16855f0556e92be92366d8adec26f179967e21:/teshsuite/xbt/parmap_test.c diff --git a/teshsuite/xbt/parmap_test.c b/teshsuite/xbt/parmap_test.c index 3e09198873..f21e9f70b7 100644 --- a/teshsuite/xbt/parmap_test.c +++ b/teshsuite/xbt/parmap_test.c @@ -1,6 +1,6 @@ /* parmap_test -- test parmap */ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -120,8 +120,8 @@ int main(int argc, char** argv) XBT_INFO("Basic testing posix"); status += test_parmap_basic(XBT_PARMAP_POSIX); -#ifdef HAVE_FUTEX_H XBT_INFO("Basic testing futex"); +#ifdef HAVE_FUTEX_H status += test_parmap_basic(XBT_PARMAP_FUTEX); #endif XBT_INFO("Basic testing busy wait"); @@ -129,8 +129,8 @@ int main(int argc, char** argv) XBT_INFO("Extended testing posix"); status += test_parmap_extended(XBT_PARMAP_POSIX); -#ifdef HAVE_FUTEX_H XBT_INFO("Extended testing futex"); +#ifdef HAVE_FUTEX_H status += test_parmap_extended(XBT_PARMAP_FUTEX); #endif XBT_INFO("Extended testing busy wait");