citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 11263728e82552e050c846aaa5afd36d5049b93b
parent b60ff32183cf71456db2a30bbe9212a1aecf234d
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 16 Jun 2016 21:41:02 -0600

Jamrules: add test target

Diffstat:
MJamrules | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/Jamrules b/Jamrules @@ -91,3 +91,10 @@ if $(OS) = LINUX { -lstdc++ -lbsd ; } + +actions Test { + prove ; +} + +Test test : ; +Test regress : ;