aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/libs/gmm
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-09 22:35:11 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-09 22:35:11 +0000
commit7b4c6b886248ee8b6972818d6f5e013dc39182ea (patch)
tree6773af8ad2c479c15955f740d3dae38cc150b20c /bench/btl/libs/gmm
parentc9b046d5d5eba6e3f454ec2a125d74a21c61d988 (diff)
in BTL: a specific bench/action can be selected at runtime, e.g.:
BTL_CONFIG="-a ata" ctest -V -R eigen run the all benchmarks having "ata" in their name for all libraries matching the regexp "eigen"
Diffstat (limited to 'bench/btl/libs/gmm')
-rw-r--r--bench/btl/libs/gmm/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/btl/libs/gmm/main.cpp b/bench/btl/libs/gmm/main.cpp
index 27afeedbb..a05fd1b46 100644
--- a/bench/btl/libs/gmm/main.cpp
+++ b/bench/btl/libs/gmm/main.cpp
@@ -26,6 +26,8 @@
#include "action_aat_product.hh"
#include "action_atv_product.hh"
+BTL_MAIN;
+
int main()
{