Eo: make benchmark

SVN revision: 76504
This commit is contained in:
Vincent Torri 2012-09-12 08:35:12 +00:00
parent b487866e75
commit 1074a63fb7
4 changed files with 4 additions and 25 deletions

View File

@ -74,18 +74,10 @@ if EFL_ENABLE_COVERAGE
@$(MAKE) lcov-report
endif
if EFL_ENABLE_BENCHMARK
benchmark:
@cd src && $(MAKE) benchmark
@mkdir result || true
@cd result && ../src/tests/eo_bench `date +%F_%s`
else
benchmark:
@echo "reconfigure with --enable-benchmark"
endif
@cd result && ../src/benchmarks/eo_bench `date +%F_%s`
clean-local:
@rm -rf coverage benchmark

View File

@ -171,8 +171,6 @@ AC_SUBST([lt_enable_auto_import])
### Unit tests, coverage and benchmarking
EFL_CHECK_BENCHMARK([enable_benchmark="yes"], [enable_benchmark="no"])
AC_SUBST([requirements_pc_eo])

View File

@ -5,14 +5,5 @@ SUBDIRS = lib benchmarks examples tests
.PHONY: benchmark
if EFL_ENABLE_BENCHMARK
benchmark: all
cd benchamrks && make eo_bench
else
benchmark:
@echo "reconfigure with --enable-benchmark"
endif
@cd benchmarks && $(MAKE) benchmark

View File

@ -7,9 +7,9 @@ AM_CPPFLAGS = \
@EFL_EO_BUILD@ \
@EO_CFLAGS@
if EFL_ENABLE_BENCHMARK
EXTRA_PROGRAMS = eo_bench
noinst_PROGRAMS = eo_bench
benchmark: eo_bench
eo_bench_SOURCES = \
class_simple.c \
@ -20,7 +20,5 @@ eo_bench_eo_do.c
eo_bench_LDADD = $(top_builddir)/src/lib/libeo.la @EO_LIBS@
endif
clean-local:
rm -rf *.gcno ..\#..\#src\#*.gcov *.gcda