1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 06:17:05 +01:00

Starting a benchmarking sub dir

This commit is contained in:
Peter Boyle
2015-05-02 17:52:36 +01:00
parent 31fd146cc0
commit 4a1d4f1b3c
6 changed files with 7 additions and 6 deletions

View File

@ -80,4 +80,5 @@ AM_CONDITIONAL(BUILD_COMMS_NONE,[ test "X${ac_COMMS}X" == "XnoneX" ])
AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(lib/Makefile)
AC_CONFIG_FILES(tests/Makefile)
AC_CONFIG_FILES(benchmarks/Makefile)
AC_OUTPUT