Enlightenment CVS committal Author : cedric Project : e17 Module : proto/eina
Dir : e17/proto/eina Modified Files: configure.in .cvsignore Log Message: Add benchmark support. =================================================================== RCS file: /cvs/e/e17/proto/eina/configure.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- configure.in 1 Aug 2008 14:20:46 -0000 1.8 +++ configure.in 6 Aug 2008 15:54:56 -0000 1.9 @@ -58,6 +58,23 @@ AC_MSG_CHECKING([whether to use profiling instrumentation]) AC_MSG_RESULT([$enable_coverage]) +# Benchmarking tests + +AC_ARG_ENABLE([tests], + [AC_HELP_STRING([--enable-tests], [enable tests @<:@default=no@:>@])], + [ + if test "x${enableval}" = "xyes" ; then + enable_bench="yes" + else + enable_bench="no" + fi + ], + [enable_bench="no"] +) +AC_MSG_CHECKING([whether tests are built]) +AC_MSG_RESULT([${enable_bench}]) +AM_CONDITIONAL(EINA_ENABLE_BENCH, test "x${enable_bench}" = "xyes") + # Ememoa memory pool AC_ARG_ENABLE([ememoa], @@ -197,6 +214,7 @@ echo echo " Tests................: ${enable_tests}" echo " Coverage.............: ${enable_coverage}" +echo " Bench................: ${enable_bench}" echo echo " Memory pool:" echo " Ememoa.............: ${enable_ememoa}" =================================================================== RCS file: /cvs/e/e17/proto/eina/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- .cvsignore 1 Aug 2008 12:30:07 -0000 1.2 +++ .cvsignore 6 Aug 2008 15:54:56 -0000 1.3 @@ -26,3 +26,4 @@ README mkinstalldirs coverage +result ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs