Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/math-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 | d7eed0b7ef06 |
children | af909bf507e4 |
rev | line source |
---|---|
8187 | 1 Files: |
2 tests/test-math.c | |
3 | |
4 Depends-on: | |
13082
d7eed0b7ef06
Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
12988
diff
changeset
|
5 math-c++-tests |
8187 | 6 |
7 configure.ac: | |
8 | |
9 Makefile.am: | |
10 TESTS += test-math | |
11 check_PROGRAMS += test-math |