aboutsummaryrefslogblamecommitdiffstats
path: root/plugins/.triq.mk.swp
blob: 8e11562030ac145654cfec8cf96a50ea186917d2 (plain) (tree)
1
2

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
b0VIM 7.4@��U�Kn�!essenalice~essen/ninenines/erlang.mk/plugins/triq.mkutf-8
3210#"! Utp*ad�*�zyI<;0/"!���fG'!
�
�
�
�
�
�
�
�
z
i
+
&

�����;����endifendif	$(gen_verbose) $(call erlang,$(call triq_check.erl,all,undefined,$(MODULES)))	$(eval MODULES := $(patsubst %,'%',$(sort $(notdir $(basename $(wildcard ebin/*.beam))))))triq: test-buildelseendif	$(verbose) $(call erlang,$(call triq_check.erl,function,$(t)()))	$(verbose) echo Testing $(t)/0triq: test-buildelse	$(verbose) $(call erlang,$(call triq_check.erl,module,$(t)))triq: test-buildifeq (,$(findstring :,$(t)))ifdef tendef	end.		halt(0)		io:format("Undefined property or module~n"),	catch error:undef ->		_ -> halt(1)		true -> halt(0);	of		end			function -> triq:check($(2))			module -> triq:check($(2));			all -> [true] =:= lists:usort([triq:check(M) || M <- [$(call comma_list,$(3))]]);		case $(1) of	try	code:add_pathsa(["$(CURDIR)/ebin", "$(DEPS_DIR)/*/ebin"]),define triq_check.erltests:: triq# Targets..PHONY: triqifeq ($(filter triq,$(DEPS) $(TEST_DEPS)),triq)# This file is part of erlang.mk and subject to the terms of the ISC License.# Copyright (c) 2015, Loïc Hoguin <[email protected]>