diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-09 16:15:52 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-09 16:15:52 (EDT) |
commit | 6b8556747bad0a7e8aaaf275e924474bd6c98005 (patch) | |
tree | 89e5173d00a09aaaef911db3d7a010b55e41000e | |
parent | 1e544a2162d364544b5923b81268dc2bb1cfd214 (diff) |
tests/local.mk: New file.
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | tests/local.mk | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5ceab59..c87c8ec 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ include $(srcdir)/lib/local.mk include $(srcdir)/lib/cmd/local.mk include $(srcdir)/man/local.mk include $(srcdir)/locale/local.mk -#include $(srcdir)/tests/local.mk +include $(srcdir)/tests/local.mk bin = $(bin_srcs:.sh=) pkglib = $(pkglib_srcs:.sh=.sm) diff --git a/tests/local.mk b/tests/local.mk new file mode 100644 index 0000000..cefe649 --- /dev/null +++ b/tests/local.mk @@ -0,0 +1,4 @@ +# pro-archman +# tests/local.mk + +tests = |