summaryrefslogtreecommitdiff
path: root/boilerplate/README
diff options
context:
space:
mode:
authormh0310.choi <mh0310.choi@samsung.com>2016-07-01 15:21:45 +0900
committermh0310.choi <mh0310.choi@samsung.com>2016-07-01 15:29:07 +0900
commitb590fc75e24685bfdcc42d8b6eaa27a9d4449d98 (patch)
tree6f91d544e23f97f8930d0c4e9a80b4b8521bd9e3 /boilerplate/README
parent0943bf528f223f9ccf2fcb15c87053f694052bfc (diff)
downloadcairo-b590fc75e24685bfdcc42d8b6eaa27a9d4449d98.tar.gz
cairo-b590fc75e24685bfdcc42d8b6eaa27a9d4449d98.tar.bz2
cairo-b590fc75e24685bfdcc42d8b6eaa27a9d4449d98.zip
Remove boilerplate/
- The code in boilerplate might be useful guide to use a paticular backend Change-Id: Idae1f33b05a3a512ad6045e44f0b0d6bb3a304bb
Diffstat (limited to 'boilerplate/README')
-rw-r--r--boilerplate/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/boilerplate/README b/boilerplate/README
deleted file mode 100644
index 2a27c415c..000000000
--- a/boilerplate/README
+++ /dev/null
@@ -1,14 +0,0 @@
-This directory provides code that is common to both of cairo's tests
-suites:
-
- * The test suite for correctness in test/
- * The test suite for performance in perf/
-
-We call it boilerplate as it consists primarily of the boilerplate
-code necessary for initializing a backend in order to create a surface
-for that backend.
-
-The code here just might be useful for someone looking to get started
-writing cairo code to use a particular backend, (but there are no
-promises that the boilerplate code found here for any particular
-backend is exemplary).