summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-29 15:55:41 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-29 15:55:41 +0100
commit340c969dabb6d666d5d052ace26c9b656b7a9126 (patch)
tree63f48eefc5f0ec3c18a7bb64481b06ad6add3384 /Makefile
parent7712b97c6ce3d0ccc4260586d7706e29d5e9a77f (diff)
downloadsupple-340c969dabb6d666d5d052ace26c9b656b7a9126.tar.gz
SANDBOX: Enough sandboxing to get us further. Testing the wrapper is hard
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38043f6..6378a81 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all: test
-LMODULES := supple supple.request supple.objects
+LMODULES := supple supple.request supple.objects supple.sandbox
CMODULES := supple.capi
MODULES := $(LMODULES) $(CMODULES)
LUA_VER := 5.1
@@ -43,6 +43,9 @@ wrapper: src/wrapper.c
testwrapper: src/wrapper.c
$(CC) $(LFLAGS) $(CFLAGS) -DTESTING_SUPPLE -o $@ $< -llua$(LUA_VER)
+ -chown root:root $@
+ -chmod u+s $@
+ ls -l $@
install: build
mkdir -p $(LINST_ROOT)/supple