Mercurial > hg > octave-lojdl > gnulib-hg
view modules/math-c++-tests @ 17259:bc20efc34eba octave-stable
branch to handle patches for Octave stable
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 03 Jan 2013 14:26:52 -0500 |
parents | 44844e6a23a1 |
children |
line wrap: on
line source
Files: tests/test-math-c++.cc tests/test-math-c++2.cc tests/signature.h Status: c++-test Depends-on: ansi-c++-opt configure.ac: Makefile.am: if ANSICXX TESTS += test-math-c++ check_PROGRAMS += test-math-c++ test_math_c___SOURCES = test-math-c++.cc test-math-c++2.cc # These link dependencies are needed on IRIX 6.5 with cc. test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM) $(RINTL_LIBM) endif