Sha256: f0c152367dbde55fb6f40ad6e9b315efd388e34a9272fcee7bd408383c455fdb

Contents?: true

Size: 447 Bytes

Versions: 64

Compression:

Stored size: 447 Bytes

Contents

APPNAME=eunit

SUB_DIRECTORIES = src

include vsn.mk

DOC_OPTS={def,{version,\"$(EUNIT_VSN)\"}}


all: subdirs

subdirs:
	@for d in $(SUB_DIRECTORIES); do \
	  	(cd $$d; $(MAKE)); \
	done

clean:
	@for d in $(SUB_DIRECTORIES); do \
	  	(cd $$d; $(MAKE) clean); \
	done

docs:
	erl -noshell -eval "edoc:application($(APPNAME), \".\", [$(DOC_OPTS)])" -s init stop

test: subdirs
	@echo Testing...
	@erl -noshell -pa ebin -s eunit test -s init stop

Version data entries

64 entries across 64 versions & 3 rubygems

Version Path
auser-poolparty-0.2.20 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.21 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.22 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.23 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.24 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.25 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.26 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.35 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.36 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.37 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.38 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.39 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.40 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.41 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.42 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.44 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.45 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.46 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.47 lib/erlang/messenger/lib/eunit/Makefile
auser-poolparty-0.2.48 lib/erlang/messenger/lib/eunit/Makefile