Add a convenience makefile for the manual tests

wilder
Martin T. H. Sandsmark 5 years ago committed by Kurt Hindenburg
parent 8bf30d3df1
commit 0243c0d394
  1. 9
      .gitignore
  2. 9
      tests/Makefile
  3. 1
      tests/bugs/Makefile
  4. 1
      tests/features/Makefile
  5. 1
      tests/legacy/Makefile
  6. 1
      tests/misc/Makefile

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

@ -0,0 +1,9 @@
SUBDIRS := bugs features legacy misc
all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
.PHONY: all $(SUBDIRS)

@ -0,0 +1 @@
all: spam-stderr

@ -0,0 +1 @@
all: signaltests

@ -0,0 +1 @@
all: audit quote

@ -0,0 +1 @@
all: ripple
Loading…
Cancel
Save