Searched refs:LUA_TESTS (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/lua/
H A DMakefile35 LUA_TESTS= lua-5.2.1-tests macro
36 COMPONENT_ARCHIVE_1= $(LUA_TESTS).tar.gz
65 CLEAN_PATHS += $(LUA_TESTS)
74 (if ! test -d $(LUA_TESTS) ; then \
75 $(UNPACK) $(UNPACK_ARGS) $(LUA_TESTS).tar.gz ; \
76 (cd $(LUA_TESTS); $(GPATCH) $(GPATCH_FLAGS) \
80 COMPONENT_TEST_DIR = $(LUA_TESTS)
100 (if ! test -d $(LUA_TESTS) ; then \
101 $(UNPACK) $(UNPACK_ARGS) $(LUA_TESTS).tar.gz ; \
102 (cd $(LUA_TESTS);
[all...]

Completed in 55 milliseconds