]> git.saurik.com Git - bison.git/blobdiff - tests/c++.at
Automate regression testing of the XML/XSLT implementation. Discussed
[bison.git] / tests / c++.at
index 631e063ea58f7627265c264f5f6e11994616ae71..3e742ee261afee7d42a5531916a4aeaadf817b6a 100644 (file)
@@ -42,7 +42,7 @@ yy::parser::error (const location& l, const std::string& m)
 }
 ]])
 
-AT_CHECK([bison -o input.cc input.yy], 0)
+AT_BISON_CHECK([-o input.cc input.yy], 0)
 
 AT_DATA([Doxyfile],
 [# The PROJECT_NAME tag is a single word (or a sequence of words
@@ -148,7 +148,7 @@ main (void)
 }
 ]])
 
-AT_CHECK([[bison -o input.cc input.y]])
+AT_BISON_CHECK([[-o input.cc input.y]])
 
 m4_if([$#], [1],
 [AT_COMPILE_CXX([[input]], [[input.cc]])