All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/4] Makefile: Add C header with generated LTP version
@ 2023-07-19 11:00 Petr Vorel
  2023-07-19 11:00 ` [LTP] [PATCH v2 1/4] " Petr Vorel
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Petr Vorel @ 2023-07-19 11:00 UTC (permalink / raw)
  To: ltp

Hi,

changes v1->v2:
* proper make solution from Cyril, slightly modified (first commit)
ltp-version.h gets regenerated only when make requires to run in lib/,
but I'm ok with that.
* .gitignore cleanup (last commit)

I wonder how about shell API? Do we want to create tst_version binary in
testcases/lib/ ?

Kind regards,
Petr

Cyril Hrubis (1):
  Makefile: Add C header with generated LTP version

Petr Vorel (3):
  lib/C-API: Add option -V to print LTP version
  lib/C-API: Print LTP version at test start
  lib: Move gitignore entries to their directory

 .gitignore           | 18 ------------------
 lib/.gitignore       |  3 +++
 lib/Makefile         | 13 +++++++++++++
 lib/gen_version.sh   | 16 ++++++++++++++++
 lib/tests/.gitignore | 17 +++++++++++++++++
 lib/tst_test.c       |  8 ++++++++
 6 files changed, 57 insertions(+), 18 deletions(-)
 create mode 100644 lib/.gitignore
 create mode 100755 lib/gen_version.sh
 create mode 100644 lib/tests/.gitignore

-- 
2.40.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-09-06  9:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19 11:00 [LTP] [PATCH v2 0/4] Makefile: Add C header with generated LTP version Petr Vorel
2023-07-19 11:00 ` [LTP] [PATCH v2 1/4] " Petr Vorel
2023-07-20  5:23   ` Li Wang
2023-07-20  7:28     ` Petr Vorel
2023-07-19 11:00 ` [LTP] [PATCH v2 2/4] lib/C-API: Add option -V to print " Petr Vorel
2023-07-25 12:01   ` Cyril Hrubis
2023-07-25 12:23     ` Petr Vorel
2023-07-19 11:00 ` [LTP] [PATCH v2 3/4] lib/C-API: Print LTP version at test start Petr Vorel
2023-07-25 12:06   ` Cyril Hrubis
2023-07-19 11:00 ` [LTP] [PATCH v2 4/4] lib: Move gitignore entries to their directory Petr Vorel
2023-07-25 12:02   ` Cyril Hrubis
2023-09-06  9:40 ` [LTP] [PATCH v2 0/4] Makefile: Add C header with generated LTP version Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.