From: Noah Watkins Date: Fri, 2 Nov 2012 15:27:30 +0000 (-0700) Subject: Makefile: include Java unit test runner X-Git-Tag: v0.55~152^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2dfc1030d7fd3ee9e3e88d1271449c77b11a2d69;p=ceph.git Makefile: include Java unit test runner Signed-off-by: Noah Watkins --- diff --git a/src/java/Makefile.am b/src/java/Makefile.am index 1dbc5f93338f..1cfb5a76f6d6 100644 --- a/src/java/Makefile.am +++ b/src/java/Makefile.am @@ -13,7 +13,8 @@ JAVA_TEST_SRC = \ test/com/ceph/fs/CephDoubleMountTest.java \ test/com/ceph/fs/CephMountCreateTest.java \ test/com/ceph/fs/CephMountTest.java \ - test/com/ceph/fs/CephUnmountedTest.java + test/com/ceph/fs/CephUnmountedTest.java \ + test/com/ceph/fs/CephAllTests.java EXTRA_DIST = $(JAVA_SRC) $(JAVA_TEST_SRC)