bison-patches
[Top][All Lists]
Advanced

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

[PATCH 2/5] tests: minor refactoring


From: Akim Demaille
Subject: [PATCH 2/5] tests: minor refactoring
Date: Mon, 21 Jan 2013 16:36:52 +0100

* tests/named-refs.at: Use AT_FULL_COMPILE where applicable.
---
 tests/named-refs.at | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/named-refs.at b/tests/named-refs.at
index f43c813..ec44e04 100644
--- a/tests/named-refs.at
+++ b/tests/named-refs.at
@@ -181,8 +181,7 @@ AT_DATA([input.txt],
 (2^2)^3 = 64
 ]])
 
-AT_BISON_CHECK([-o test.c test.y])
-AT_COMPILE([[test]])
+AT_FULL_COMPILE([[test]])
 AT_PARSER_CHECK([./test input.txt], 0, [], [stderr])
 AT_BISON_OPTION_POPDEFS
 AT_CLEANUP
-- 
1.8.1.1




reply via email to

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