added micro-benchmark

This commit is contained in:
Matej Sekoranja
2013-02-13 14:18:42 +01:00
parent 97b1848ba3
commit aa1a67d6c1
8 changed files with 569 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
TOP=../..
include $(TOP)/configure/CONFIG
PROD_HOST += mb_test
mb_test_CXXFLAGS += -DPV_MB
mb_test_SRCS += mb_test.cpp
mb_test_LIBS += pvData Com
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE