Re: test suite for Lua 5.2 alpha
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: test suite for Lua 5.2 alpha
- From: Henning Diedrich <hd2010@...>
- Date: 2011年1月07日 02:16:54 +0100
Thanks! That worked,
in sum, this does the trick (-fpic works, too, but throws a
warning):
CFLAGS = -Wall -O2 -I$(LUA_DIR) -ansi -fPIC -bundle -undefined
dynamic_lookup
This following is as expected for <path>/lua all.lua?
tests not performed:
>>> testC not active: skipping API tests <<<
>>> testC not active: skipping opcode tests
<<<
>>> testC not active: skipping API tests <<<
>>> testC not active: skipping yield/hook tests
<<<
>>> testC not active: skipping coroutine API tests
<<<
final OK !!!
cleaning all!!!!
Henning