From ff7f36cc9ef5f8ec8b97bcce543f966e726389bb Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 16 Feb 2019 14:35:34 +0000 Subject: monkey tests: Install and update README. --- Makefile | 2 +- README.md | 8 ++++++++ ReadMe | 13 ------------- 3 files changed, 9 insertions(+), 14 deletions(-) create mode 100644 README.md delete mode 100644 ReadMe 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 -- cgit v1.2.3