From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v2] syscalls/mallinfo2_01: Add a basic test for mallinfo2 when setting 2G size
Date: Wed, 16 Jun 2021 09:03:29 +0200 [thread overview]
Message-ID: <YMmiQfWgvqtCzOmg@pevik> (raw)
In-Reply-To: <1622713444-21197-1-git-send-email-xuyang2018.jy@fujitsu.com>
Hi Xu,
> +++ b/testcases/kernel/syscalls/mallinfo2/Makefile
...
> +
> +top_srcdir ?= ../../../..
> +
> +include $(top_srcdir)/include/mk/testcases.mk
> +
> +CFLAGS += -I../mallinfo
Also this needs to be
CFLAGS += -I$(abs_srcdir)/../mallinfo
otherwise out of tree builds fail:
https://github.com/pevik/ltp/actions/runs/941820122
BTW Cyril also suggested recently to drop out of tree support, because build
system dependencies are broken and fixing it would be much easier when
supporting only in tree build.
Kind regards,
Petr
next prev parent reply other threads:[~2021-06-16 7:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-07 7:30 [LTP] [PATCH] syscalls/mallinfo201: Add a basic test for mallinfo2 when setting 2G size Yang Xu
2021-05-25 10:56 ` Petr Vorel
2021-06-03 8:49 ` xuyang2018.jy
2021-06-03 9:44 ` [LTP] [PATCH v2] syscalls/mallinfo2_01: " Yang Xu
2021-06-16 6:51 ` Petr Vorel
2021-06-16 7:00 ` xuyang2018.jy
2021-06-16 7:03 ` Petr Vorel [this message]
2021-06-16 7:22 ` xuyang2018.jy
2021-06-16 8:51 ` Petr Vorel
2021-06-16 9:16 ` Joerg Vehlow
2021-06-16 9:28 ` Cyril Hrubis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YMmiQfWgvqtCzOmg@pevik \
--to=pvorel@suse.cz \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox