diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-17 10:08:45 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-17 10:08:45 +0000 |
commit | 071cdddc084764d16cb88ed0f9bd97669fa04bd4 (patch) | |
tree | 98bf1b8ee3cc64e0c656ae9a01f28d508192a3a7 /devel/Makefile | |
parent | Update to version 0.94. (diff) |
Add cxxtest 3.0.1, a simple yet powerful
JUnit/CppUnit/xUnit-like framework for C++.
PR: 55606
Submitted by: andrew morton <drewish@katherinehouse.com>
Notes
Notes:
svn path=/head/; revision=94162
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index cb5c5c11f737..2f1ae1a2652a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -161,6 +161,7 @@ SUBDIR += cweb SUBDIR += cxmon SUBDIR += cxref + SUBDIR += cxxtest SUBDIR += darcs SUBDIR += darts SUBDIR += dcons |