File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,16 @@ Build instructions:
2424Local 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
3749Authors:
You can’t perform that action at this time.
0 commit comments