autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] autotest: annotate tests that use AC_CONFIG_TESTDIR


From: Paolo Bonzini
Subject: [PATCH 1/3] autotest: annotate tests that use AC_CONFIG_TESTDIR
Date: Sun, 16 Dec 2012 15:34:58 +0100

* tests/autotest.at (srcdir propagation, Erlang Eunit unit tests):
Add a keyword for AC_CONFIG_TESTDIR).

Signed-off-by: Paolo Bonzini <address@hidden>
---
 tests/autotest.at | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/autotest.at b/tests/autotest.at
index fe2e3bc..82084b5 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -1758,6 +1758,7 @@ printf %s\\n "$std"
 ## ------------------- ##
 
 AT_SETUP([srcdir propagation])
+AT_KEYWORDS([AC_@&address@hidden)
 
 mkdir pkg vpath-outside vpath-abs
 mkdir pkg/t pkg/vpath-inside
@@ -1891,6 +1892,7 @@ AT_CLEANUP
 
 AT_SETUP([Erlang Eunit unit tests])
 AT_KEYWORDS([Erlang])
+AT_KEYWORDS([AC_@&address@hidden)
 
 mkdir s t
 AT_DATA([configure.ac], [[AC_INIT
-- 
1.8.0.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]