From c8ffae57fc252339f67199055bd59978f66a1ee0 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 23 Jul 2026 18:10:30 +0200 Subject: [PATCH] test/integration/jw-pkg/projects: Add directory Add a directory for integration tests of "jw-pkg projects". Signed-off-by: Jan Lindemann --- test/integration/jw-pkg/projects/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/integration/jw-pkg/projects/Makefile diff --git a/test/integration/jw-pkg/projects/Makefile b/test/integration/jw-pkg/projects/Makefile new file mode 100644 index 00000000..5e331b8e --- /dev/null +++ b/test/integration/jw-pkg/projects/Makefile @@ -0,0 +1,4 @@ +TOPDIR = ../../../.. + +include $(TOPDIR)/make/proj.mk +include $(JWBDIR)/make/dirs.mk