Lines Matching refs:test
139 if test "$cross_compiling" = yes; then
216 AM_CONDITIONAL([@PACKAGE_SHORT_UPPER@_BUILD_DEBUG], [test "${nl_cv_build_debug}" = "yes"])
226 AM_CONDITIONAL([@PACKAGE_SHORT_UPPER@_BUILD_COVERAGE], [test "${nl_cv_build_coverage}" = "yes"])
230 AM_CONDITIONAL([@PACKAGE_SHORT_UPPER@_BUILD_COVERAGE_REPORTS], [test "${nl_cv_build_coverage_report…
236 AM_CONDITIONAL([@PACKAGE_SHORT_UPPER@_BUILD_OPTIMIZED], [test "${nl_cv_build_optimized}" = "yes"])
247 AM_CONDITIONAL([@PACKAGE_SHORT_UPPER@_BUILD_TESTS], [test "${nl_cv_build_tests}" = "yes"])
259 AM_CONDITIONAL(@PACKAGE_SHORT_UPPER@_BUILD_DOCS, [test "${nl_cv_build_docs}" = "yes"])
275 # Here is a package example with nlunit-test. Uncomment and adapt or delete
281 # # Nlunit-test
284 # if test "${nl_cv_build_tests}" = "yes"; then
286 # [Nlunit-test],
289 # [-lnlunit-test],
291 # # At this point, the internal Nlunit-test package will be neither
296 # NLUNIT_TEST_CPPFLAGS="-I\${abs_top_srcdir}/third_party/nlunit-test/repo/src"
297 # NLUNIT_TEST_LDFLAGS="-L${ac_pwd}/third_party/nlunit-test/repo/src"
298 # NLUNIT_TEST_LIBS="-lnlunit-test"
301 # # Check for required nlunit-test headers.
303 # AC_CHECK_HEADERS([nlunit-test.h],
306 # AC_MSG_ERROR(The nlunit-test header "$ac_header" is required but cannot be found.)
311 # # Depending on whether nlunit-test has been configured for an internal
316 # if test "${nl_with_nlunit_test}" = "internal"; then
317 # maybe_nlunit_test_dirstem="nlunit-test/repo"
324 # if test $? -ne 0; then
332 # AM_CONDITIONAL([@PACKAGE_SHORT_UPPER@_WITH_NLUNIT_TEST_INTERNAL], [test "${nl_with_nlunit_test}" …
359 if test "${ac_no_link}" != "yes"; then
363 # Here is an example with nlunit-test. Uncomment and adapt or delete
366 # # Add any nlunit-test CPPFLAGS, LDFLAGS, and LIBS
384 # Here is an example with nlunit-test. Uncomment and adapt or delete
389 # if test "${nl_with_nlunit_test}" = "internal"; then
390 # AC_CONFIG_SUBDIRS([third_party/nlunit-test/repo])
441 Nlunit-test source : ${nl_with_nlunit_test:--}
442 Nlunit-test compile flags : ${NLUNIT_TEST_CPPFLAGS:--}
443 Nlunit-test link flags : ${NLUNIT_TEST_LDFLAGS:--}
444 Nlunit-test link libraries : ${NLUNIT_TEST_LIBS:--}