Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
efdfc095
Commit
efdfc095
authored
Jan 26, 2000
by
Niels Möller
Browse files
* src/testsuite/Makefile.am: Don't use automake's builtin
testsuite-support. Rev: src/testsuite/Makefile.am:1.6
parent
b7638cca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/Makefile.am
View file @
efdfc095
# Testsuite
# Tests that can be used without any special setup
TS_PROGS
=
des-test spki-tag-test
TS_SH
=
keygen-test
TESTS
=
$(TS_PROGS)
$(TS_SH)
TS_SOME
=
$(TS_PROGS)
$(TS_SH)
# Tests that require that lsh is set up for password-less login.
TS_MORE_SH
=
lsh-1-test lsh-2-test lsh-3-test
TS_MORE_PROGS
=
TS_ALL
=
$(TS_PROGS)
$(TS_SH)
$(TS_MORE_PROGS)
$(TS_MORE_SH)
# Don't use automakes testsuite support
# TESTS = $(TS_PROGS) $(TS_SH)
# SUFFIXES = .c .o
noinst_PROGRAMS
=
$(TS_PROGS)
...
...
@@ -18,3 +29,13 @@ M4FLAGS = -P #-s
%.c
:
macros.m4 %.m4
$(M4)
$(M4FLAGS)
$^
>
$@
.PHONY
:
check-some check-more
check
:
check-some
check-some
:
$(TS_SOME)
srcdir
=
$(srcdir)
$(srcdir)
/runtests
$^
check-more
:
$(TS_ALL)
srcdir
=
$(srcdir)
$(srcdir)
/runtests
$^
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment