Skip to content

Commit

Permalink
Fixes the junit build.
Browse files Browse the repository at this point in the history
	Change on 2014/06/23 by kstanger <kstanger@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=69785433
  • Loading branch information
tomball committed Jun 30, 2014
1 parent 2f87ffa commit f59135d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions junit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,13 @@ HAMCREST_PUBLIC_SOURCES = \
org/hamcrest/SelfDescribing.java \
org/hamcrest/StringDescription.java


HAMCREST_INTERNAL_SOURCES = \
org/hamcrest/internal/ArrayIterator.java \
org/hamcrest/internal/SelfDescribingValue.java \
org/hamcrest/internal/SelfDescribingValueIterator.java


HAMCREST_SOURCES = $(HAMCREST_PUBLIC_SOURCES) $(HAMCREST_INTERNAL_SOURCES)

JAVA_SOURCE_LIST = $(BUILD_DIR)/junit.classes.list
Expand Down

0 comments on commit f59135d

Please sign in to comment.