lock the LTP version to 20170116

This commit is contained in:
Chia-Che Tsai
2018-08-13 10:06:03 -04:00
committed by Don Porter
parent fd5a519fdb
commit e101d498a1
2 changed files with 11 additions and 9 deletions
+7 -5
View File
@@ -1,4 +1,6 @@
SRCDIR = ltp-master
SRCURL = https://github.com/linux-test-project/ltp/releases/download/
SRCVERSION = 20170116
SRCDIR = ltp-full-$(SRCVERSION)
BUILDDIR = opt/ltp
TESTCASEDIR = $(BUILDDIR)/testcases/bin
@@ -10,11 +12,11 @@ clean-extra = clean-build
level = ../../
include ../../Makefile
master.zip:
wget https://github.com/linux-test-project/ltp/archive/master.zip
$(SRCDIR).tar.xz:
wget $(SRCURL)/$(SRCVERSION)/$@
$(SRCDIR)/configure: master.zip
unzip master.zip
$(SRCDIR)/configure: $(SRCDIR).tar.xz
tar -xJf $<
cd $(SRCDIR) && make autotools
$(BUILDDIR)/runltp: $(SRCDIR)/configure
+4 -4
View File
@@ -2,10 +2,6 @@ loader.preload = file:$(SHIMPATH)
loader.env.LD_LIBRARY_PATH = /lib:/lib64:/usr/lib:/usr/lib64
loader.debug_type = none
fs.mount.tmp1.type = chroot
fs.mount.tmp1.path = /tmp
fs.mount.tmp1.uri = file:/tmp
fs.mount.shm.type = chroot
fs.mount.shm.path = /dev/shm
fs.mount.shm.uri = file:/dev/shm
@@ -18,6 +14,10 @@ fs.mount.usr.type = chroot
fs.mount.usr.path = /usr
fs.mount.usr.uri = file:/usr
fs.mount.tmp.type = chroot
fs.mount.tmp.path = /tmp
fs.mount.tmp.uri = file:/tmp
sys.brk.size = 32M
sys.stack.size = 4M