From e1a0244011874992dd71d31ffbd1e8beb8c87aae Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sat, 2 May 2015 07:05:57 +0000 Subject: New port: java/hamcrest Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules. WWW: http://hamcrest.org/ PR: 192575 Submitted by: danilo --- java/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'java/Makefile') diff --git a/java/Makefile b/java/Makefile index c7e2a05fff48..249def83b97b 100644 --- a/java/Makefile +++ b/java/Makefile @@ -25,6 +25,7 @@ SUBDIR += eclipse-pydev SUBDIR += eclipse-shelled SUBDIR += eclipse-windowbuilder + SUBDIR += hamcrest SUBDIR += icedtea-web SUBDIR += infobus SUBDIR += jad -- cgit v1.2.3