Skip to content

Commit a552264

Browse files
committed
README: Mention the new tests
1 parent 196dac9 commit a552264

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ Build instructions:
2424
Local testings:
2525
===============
2626

27+
To run the automated tests, do:
28+
29+
* dune runtest --auto-promote
30+
31+
* this will update the files at test/extensions/*/run.t to reflect the
32+
behavior of ocsigenserver. The test files don't change if the server did not
33+
change behavior. Use Git to see the eventual changes.
34+
35+
Alternatively, you can also test the 'ocsigenserver' program using a config file:
36+
2737
* run "make run.local" or "make run.opt.local"
2838
in the ocsigen source directory.
2939

@@ -32,6 +42,8 @@ Local testings:
3242
* if it does not work, look at the logs (see 'local/var/log/' in the
3343
ocsgigen source directory) or run ocsigen with options -v.
3444

45+
* this will use the config file at 'local/etc/ocsigenserver.conf'.
46+
3547
------------------------------------------------------------------
3648

3749
Authors:

0 commit comments

Comments
 (0)