You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2011/06/23 01:01:02 UTC

svn commit: r1138674 - /thrift/trunk/lib/erl/Makefile.am

Author: roger
Date: Wed Jun 22 23:01:02 2011
New Revision: 1138674

URL: http://svn.apache.org/viewvc?rev=1138674&view=rev
Log:
THRIFT-892 Refactor erlang build system with rebar
reactivate eunit test cases

Modified:
    thrift/trunk/lib/erl/Makefile.am

Modified: thrift/trunk/lib/erl/Makefile.am
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/erl/Makefile.am?rev=1138674&r1=1138673&r2=1138674&view=diff
==============================================================================
--- thrift/trunk/lib/erl/Makefile.am (original)
+++ thrift/trunk/lib/erl/Makefile.am Wed Jun 22 23:01:02 2011
@@ -33,9 +33,7 @@ all: .generated
 	./rebar compile
 
 check: .generated
-
-# FIXME: build breaks on apache build system because it doesn't have eunit
-# ./rebar eunit
+	./rebar eunit
 
 install: all
 	mkdir -p $(DESTDIR)$(ERLANG_INSTALL_LIB_DIR_thrift) ; \