aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
AgeCommit message (Expand)Author
2008-09-16Ignore XFAIL tests when checking for make failure in test/Daniel Dunbar
2008-08-28Allow 'make TESTDIRS=Sema' in test/ directory for only running aDaniel Dunbar
2008-08-23Handle Objective-C++ tests.Anders Carlsson
2008-08-21Use full path to count script, and don't treat files with missing RUNDaniel Dunbar
2008-08-21Missed a test case writing a .ll file.Daniel Dunbar
2008-08-21Reorder the PATH used during testing so $(ToolDir) and the LLVMDaniel Dunbar
2008-08-21Update test/Makefile to allow testing when using a separate objDaniel Dunbar
2008-08-20Fix some spam from make I accidentally introduced.Eli Friedman
2008-08-20Get rid of the bogus -depth +0 argument; I really have no clue what the Eli Friedman
2008-08-18Change test/Makefile to automatically test all subdirs.Daniel Dunbar
2008-08-16Move the C++ Sema tests into a separate SemaCXX directory.Argyrios Kyrtzidis
2008-07-26move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner
2008-06-16Remove Analysis-Apple.Ted Kremenek
2008-06-07Enable the rewriter tests on all platforms; there don't appear to Eli Friedman
2008-04-06remove the old non-parallel test system. 'make' in clang/test now runsChris Lattner
2008-03-26Added test case for static analyzer to detect uses of uninitialized pointers ...Ted Kremenek
2008-03-20Add ability to run clang tests under valgrind. Patch by Sam Bishop.Gabor Greif
2008-03-20reduce chattyness of makefilesGabor Greif
2008-03-18add 'clean' targets, make sure that 'make test' works after 'make clean'Gabor Greif
2008-03-10rewriter tests are darwin specific, don't run them on other platforms.Chris Lattner
2008-02-01Moved "Rewriter" tests from test/Sema to test/Rewriter.Ted Kremenek
2008-02-01Added back 'CodeGen' to test suite (accidentally removed in my last patch).Ted Kremenek
2008-02-01Implemented casts for ConcreteInt and ConcreteIntLValue.Ted Kremenek
2007-11-28Added the "Serialization" test directory to the set of tests executed.Ted Kremenek
2007-11-24Moved dead-stores test cast to a new test suite subdirectory: Analysis.Ted Kremenek
2007-08-23run .m files as tests Chris Lattner
2007-07-16add required directories to the path automatically, so the user doesn't need ...Chris Lattner
2007-07-14Add missing directoryBill Wendling
2007-07-13"Someone typed "PtrToInt" where they meant "IntToPtr".Chris Lattner
2007-07-12don't pick up random stuff in .svn directories.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer