aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/libs/STL/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/libs/STL/main.cpp')
-rw-r--r--bench/btl/libs/STL/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/btl/libs/STL/main.cpp b/bench/btl/libs/STL/main.cpp
index dc2044320..4cb846633 100644
--- a/bench/btl/libs/STL/main.cpp
+++ b/bench/btl/libs/STL/main.cpp
@@ -28,6 +28,8 @@
#include "action_aat_product.hh"
#include "action_atv_product.hh"
+BTL_MAIN;
+
int main()
{
bench<Action_axpy<STL_interface<REAL_TYPE> > >(MIN_AXPY,MAX_AXPY,NB_POINT);