From 473d91ea18f0124298cbc517a26a15603a5d41b2 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Wed, 23 Sep 2015 14:10:30 +0200 Subject: [PATCH] Removed readme FAQ [ci skip] --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 85be12f..54ebc93 100644 --- a/README.md +++ b/README.md @@ -81,21 +81,6 @@ Gitter.im chat room: [![Join the chat at https://gitter.im/Snaipe/Criterion](htt * [CMake find module for Criterion][find-module] -## F.A.Q. - -**Q. What's wrong with other C test frameworks?** -A. I worked with CUnit and Check, and I must say that they do their job - very well -- the only thing that bugs me is that setting up a test - suite from scratch is a pain, it should really be simpler. Most - (if not all) high-level languages have test frameworks with automatic - test registration, but all the ones for C require you to set up a - main, manually register suites, then tests. Criterion tries to - fix these shortcomings. - -**Q. Where has this been tested?** -A. Currently, on Linux 2.6.32 and Linux 3.15.7, although it should work on - most \*nix systems; Mac OS X Yosemite 10.10, FreeBSD 10.0, Windows 7 and 2K. - ## Credits Logo done by [Greehm](http://www.cargocollective.com/pbouigue)