libnonius / nonius

A C++ micro-benchmarking framework
https://nonius.io
Creative Commons Zero v1.0 Universal
358 stars 47 forks source link

fix include for examples that do not provide main #29

Closed marcmo closed 9 years ago

marcmo commented 9 years ago

examples where not linking due to missing main since they probably should only demonstrate the most simple solution, it seems good to use the provided main routine.

rmartinho commented 9 years ago

The build server cannot build this PR because the author is not whitelisted. A meatbag will have to look at it.

This is an automated message.

rmartinho commented 9 years ago

The examples link just fine with the release, as intended. If you to try them with a trunk build, running ninja header will prepare a release header. ninja examples builds them all. (tools/bootstrap.py needs to be run once before)

rmartinho commented 9 years ago

See #25.