[cfe-dev] Help with running clang unit tests on Windows?

Thompson, John John_Thompson at playstation.sony.com
Tue Jan 28 15:15:14 PST 2014


I’m trying to run the test suite tests under tools/clang/test.  I have GnuWin32 installed, and what should be the right path to the clang bin:

d:\Clang\llvmnewmod\tools\clang\test\Lexer>which grep
c:\Tools\GnuWin32\bin\grep.EXE

d:\Clang\llvmnewmod\tools\clang\test\Lexer>which clang
d:\Clang\llvmnewmod\debug\bin\clang.EXE

It’s been a while since I updated GnuWin32 though.  I’t try that and perhaps update python too.

-John

From: Nikola Smiljanic [mailto:popizdeh at gmail.com]
Sent: Tuesday, January 28, 2014 2:56 PM
To: Rafael Espíndola
Cc: Thompson, John; cfe-dev at cs.uiuc.edu
Subject: Re: [cfe-dev] Help with running clang unit tests on Windows?

Are you trying to run unit tests (gtest) or tests from the testsuite (test subdirectory)? I recently noticed that paths changed on windows, what used to be build-dir\bin\Debug is now build-dir\Debug\bin

On Wed, Jan 29, 2014 at 9:45 AM, Rafael Espíndola <rafael.espindola at gmail.com<mailto:rafael.espindola at gmail.com>> wrote:
> Any idea what’s wrong?
Missing gnuwin32 maybe?

Cheers,
Rafael

_______________________________________________
cfe-dev mailing list
cfe-dev at cs.uiuc.edu<mailto:cfe-dev at cs.uiuc.edu>
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140128/259efcd8/attachment.html>


More information about the cfe-dev mailing list