mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Add a convenience makefile for the manual tests
This commit is contained in:
committed by
Kurt Hindenburg
parent
8bf30d3df1
commit
0243c0d394
9
.gitignore
vendored
9
.gitignore
vendored
@@ -32,3 +32,12 @@ doxydoc/
|
||||
.cache
|
||||
.idea
|
||||
/cmake-build*
|
||||
|
||||
!/tests/Makefile
|
||||
!/tests/*/Makefile
|
||||
|
||||
/tests/bugs/spam-stderr
|
||||
/tests/features/signaltests
|
||||
/tests/legacy/audit
|
||||
/tests/legacy/quote
|
||||
/tests/misc/ripple
|
||||
|
||||
9
tests/Makefile
Normal file
9
tests/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
SUBDIRS := bugs features legacy misc
|
||||
|
||||
all: $(SUBDIRS)
|
||||
|
||||
$(SUBDIRS):
|
||||
$(MAKE) -C $@
|
||||
|
||||
.PHONY: all $(SUBDIRS)
|
||||
|
||||
1
tests/bugs/Makefile
Normal file
1
tests/bugs/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
all: spam-stderr
|
||||
1
tests/features/Makefile
Normal file
1
tests/features/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
all: signaltests
|
||||
1
tests/legacy/Makefile
Normal file
1
tests/legacy/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
all: audit quote
|
||||
1
tests/misc/Makefile
Normal file
1
tests/misc/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
all: ripple
|
||||
Reference in New Issue
Block a user