tests: remove stray debugging traces

* tests/atlocal.in: Remove traces.
Be ready to remove conftest.dSYM generated on OS X.
This commit is contained in:
Akim Demaille
2013-09-19 15:51:32 +02:00
parent 0a244a2269
commit 3dc50b3bc2

View File

@@ -72,13 +72,12 @@ int main ()
std::cout << "Works" << std::endl; std::cout << "Works" << std::endl;
} }
EOF EOF
ls
$CXX $CXXFLAGS $CPPFLAGS $LDFLAGS $LIBS -o conftest conftest.cc $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS $LIBS -o conftest conftest.cc
case $? in case $? in
0);; 0);;
*) BISON_CXX_WORKS="as_fn_error 77 cannot-compile-simple-program";; *) BISON_CXX_WORKS="as_fn_error 77 cannot-compile-simple-program";;
esac esac
rm -f conftest* rm -fr conftest*
fi fi
# Whether the compiler supports POSIXLY_CORRECT defined. # Whether the compiler supports POSIXLY_CORRECT defined.