summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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