summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-02-16 14:35:34 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-02-16 14:35:34 +0000
commitff7f36cc9ef5f8ec8b97bcce543f966e726389bb (patch)
tree8fe2bd05008cc5c1489f6f9bb038d45111df7602
parenteda64c6733a3cf8c5eec419d6903a3f08cfeb828 (diff)
downloadnetsurf-test-ff7f36cc9ef5f8ec8b97bcce543f966e726389bb.tar.gz
netsurf-test-ff7f36cc9ef5f8ec8b97bcce543f966e726389bb.tar.bz2
monkey tests: Install and update README.
-rw-r--r--Makefile2
-rw-r--r--README.md8
-rw-r--r--ReadMe13
3 files changed, 9 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 6294ad2..23c4e79 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,5 @@ all:
@echo "install target is probably what you want"
install:
- cp -a crashes haveproblems images other works "${DESTDIR}"/html/
+ cp -a html monkey-test "${DESTDIR}"/html/
cp -a cgi-bin/* "${DESTDIR}"/cgi-bin/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..17f5e29
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+NetSurf test suite
+==================
+
+This is a collection of tests for the NetSurf web browser.
+
+| Directory | Description |
+| ----------- | ---------------------------------------------- |
+| monkey-test | Automated tests for NetSurf's monkey front end | \ No newline at end of file
diff --git a/ReadMe b/ReadMe
deleted file mode 100644
index 667b0ab..0000000
--- a/ReadMe
+++ /dev/null
@@ -1,13 +0,0 @@
-NetSurf test cases are split into the following directories:
-
- crashes/ For test cases that cause crashes
- haveproblems/ For test cases that have problems
- works/ For any test case that works
-
- images/ For images used by the test cases
-
-
-
-Please try to make test cases as self contained as possible.
-
-Put CSS data in a STYLE tag or attribute, rather than in an external file. \ No newline at end of file