summaryrefslogtreecommitdiffstats
path: root/test/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore XFAIL tests when checking for make failure in test/Daniel Dunbar2008-09-161-1/+1
* Allow 'make TESTDIRS=Sema' in test/ directory for only running aDaniel Dunbar2008-08-281-2/+2
* Handle Objective-C++ tests.Anders Carlsson2008-08-231-1/+1
* Use full path to count script, and don't treat files with missing RUNDaniel Dunbar2008-08-211-1/+1
* Missed a test case writing a .ll file.Daniel Dunbar2008-08-211-1/+1
* Reorder the PATH used during testing so $(ToolDir) and the LLVMDaniel Dunbar2008-08-211-1/+1
* Update test/Makefile to allow testing when using a separate objDaniel Dunbar2008-08-211-3/+4
* Fix some spam from make I accidentally introduced.Eli Friedman2008-08-201-1/+1
* Get rid of the bogus -depth +0 argument; I really have no clue what the Eli Friedman2008-08-201-1/+1
* Change test/Makefile to automatically test all subdirs.Daniel Dunbar2008-08-181-1/+2
* Move the C++ Sema tests into a separate SemaCXX directory.Argyrios Kyrtzidis2008-08-161-1/+1
* move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner2008-07-261-1/+1
* Remove Analysis-Apple.Ted Kremenek2008-06-161-1/+1
* Enable the rewriter tests on all platforms; there don't appear to Eli Friedman2008-06-071-2/+2
* remove the old non-parallel test system. 'make' in clang/test now runsChris Lattner2008-04-061-5/+26
* Added test case for static analyzer to detect uses of uninitialized pointers ...Ted Kremenek2008-03-261-1/+1
* Add ability to run clang tests under valgrind. Patch by Sam Bishop.Gabor Greif2008-03-201-1/+1
* reduce chattyness of makefilesGabor Greif2008-03-201-1/+1
* add 'clean' targets, make sure that 'make test' works after 'make clean'Gabor Greif2008-03-181-0/+5
* rewriter tests are darwin specific, don't run them on other platforms.Chris Lattner2008-03-101-3/+9
* Moved "Rewriter" tests from test/Sema to test/Rewriter.Ted Kremenek2008-02-011-1/+1
* Added back 'CodeGen' to test suite (accidentally removed in my last patch).Ted Kremenek2008-02-011-1/+1
* Implemented casts for ConcreteInt and ConcreteIntLValue.Ted Kremenek2008-02-011-1/+1
* Added the "Serialization" test directory to the set of tests executed.Ted Kremenek2007-11-281-1/+4
* Moved dead-stores test cast to a new test suite subdirectory: Analysis.Ted Kremenek2007-11-241-1/+1
* run .m files as tests Chris Lattner2007-08-231-1/+1
* add required directories to the path automatically, so the user doesn't need ...Chris Lattner2007-07-161-2/+4
* Add missing directoryBill Wendling2007-07-141-1/+1
* "Someone typed "PtrToInt" where they meant "IntToPtr".Chris Lattner2007-07-131-1/+1
* don't pick up random stuff in .svn directories.Chris Lattner2007-07-121-1/+1
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+3