mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
tests: Use module_tests for testing agent/.
* agent/Makefile.am (module_test): New. * agent/all-tests.scm: Use module_tests instead of TESTS. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
adf24ce618
commit
a9754879d1
@ -111,10 +111,12 @@ $(PROGRAMS): $(common_libs) $(commonpth_libs) $(pwquery_libs)
|
||||
#
|
||||
# Module tests
|
||||
#
|
||||
module_tests = t-protect
|
||||
|
||||
if DISABLE_TESTS
|
||||
TESTS =
|
||||
else
|
||||
TESTS = t-protect
|
||||
TESTS = $(module_tests)
|
||||
endif
|
||||
|
||||
t_common_ldadd = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
|
||||
|
@ -32,4 +32,4 @@
|
||||
(path-join (getenv "objdir") "agent" name)))
|
||||
(parse-makefile-expand (in-srcdir "agent" "Makefile.am")
|
||||
(lambda (filename port key) (parse-makefile port key))
|
||||
"TESTS")))
|
||||
"module_tests")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user