From 6db04f4320cd5d24ae625dbc1df5a8a71b93e51d Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 10 Oct 2009 21:36:03 +0000 Subject: tests: Added simple test framework, added a couple of tests git-svn-id: http://pugixml.googlecode.com/svn/trunk@140 99668b35-9821-0410-8761-19e4c4f06640 --- Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamfile.jam') diff --git a/Jamfile.jam b/Jamfile.jam index bebeae5..420a3e0 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -13,6 +13,6 @@ LDFLAGS = -fprofile-arcs ; GCOVFLAGS = -n ; Library pugixml : src/pugixml.cpp src/pugixpath.cpp ; -Application tests : tests/main.cpp : pugixml ; +Application tests : tests/main.cpp [ Glob tests : test_*.cpp ] : pugixml ; Test run_tests : tests ; Coverage coverage : run_tests ; -- cgit v1.2.3