On Mon, 7 Jan 2013, Subramanya Gautam Sadasiva wrote: > the download page on the website mentions > make check > as the command to run all the test cases. However, in the makefile itself, it > is > make run_examples
It's both now, actually. "make run_examples" was our original target (and so is supported in the most recent tarball release) which runs all the example applications. "make check" runs all the unit tests plus all the example applications, but it's only supported in the git master (and eventually in the upcoming 0.9.0 release). --- Roy ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
