X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FREADME;fp=test%2FREADME;h=daf416002ae16274757e06649647563cccd79caf;hp=81a1c82dcdbdb9487cdbc701f7db5aa6bd9c43f0;hb=1e69afe8af3512c45061cfde99c9f98e1f94e20c;hpb=baf93369f6a204bc16740358a56af95cbaa1f9b5 diff --git a/test/README b/test/README index 81a1c82d..daf41600 100644 --- a/test/README +++ b/test/README @@ -84,6 +84,11 @@ the tests in one of the following ways. TEST_EMACS=my-special-emacs TEST_EMACSCLIENT=my-emacsclient ./emacs make test TEST_EMACS=my-special-emacs TEST_EMACSCLIENT=my-emacsclient +Some tests may require a c compiler. You can choose the name and flags similarly +to with emacs, e.g. + + make test TEST_CC=gcc TEST_CFLAGS="-g -O2" + Quiet Execution ---------------