mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
[LibOS] ltp: Only build the part required for testing
This commit is contained in:
committed by
Dmitrii Kuvaiskii
parent
7d0c307bf8
commit
ec3f56d594
@@ -16,8 +16,9 @@ $(SRCDIR)/configure: $(SRCDIR)/Makefile
|
||||
|
||||
$(BUILDDIR)/runltp: $(SRCDIR)/configure
|
||||
cd $(SRCDIR) && ./configure
|
||||
cd $(SRCDIR) && $(MAKE) all
|
||||
cd $(SRCDIR) && $(MAKE) "DESTDIR=$(PWD)" SKIP_IDCHECK=1 install
|
||||
cd $(SRCDIR) && $(MAKE) FILTER_OUT_DIRS=delete_module -C testcases/kernel/syscalls
|
||||
cd $(SRCDIR) && $(MAKE) FILTER_OUT_DIRS=delete_module "DESTDIR=$(PWD)" -C runtest SKIP_IDCHECK=1 install
|
||||
cd $(SRCDIR) && $(MAKE) FILTER_OUT_DIRS=delete_module "DESTDIR=$(PWD)" -C testcases/kernel/syscalls SKIP_IDCHECK=1 install
|
||||
|
||||
$(TESTCASEDIR)/pal_loader: $(BUILDDIR)/runltp
|
||||
ln -sf $(call relative-to,$(dir $@),../../Runtime/pal_loader) $@
|
||||
|
||||
Reference in New Issue
Block a user