[cfe-dev] pass options to clang in running unittests?
Lewis Burns
lewisurn at gmail.com
Mon Dec 9 17:10:57 PST 2013
Hi,
I'd like to run unit tests of clang under the CLANG/unittest directory
by using "make check-all" command with additional options which I added
into clang. How should I do it?
For example, on a single command line, I run clang with "clang
-myoption". Now I want to add '-myoption' into the list of arguments
that clang accepts when I run "make check-all".
Thanks very much,
More information about the cfe-dev
mailing list