Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/expl-tests @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | 7bea32ad5560 |
children |
rev | line source |
---|---|
12757 | 1 Files: |
2 tests/test-expl.c | |
16577 | 3 tests/test-exp.h |
12757 | 4 tests/signature.h |
5 tests/macros.h | |
16577 | 6 tests/randoml.c |
12757 | 7 |
8 Depends-on: | |
9 fpucw | |
16577 | 10 float |
12757 | 11 |
12 configure.ac: | |
13 | |
14 Makefile.am: | |
15 TESTS += test-expl | |
16 check_PROGRAMS += test-expl | |
16577 | 17 test_expl_SOURCES = test-expl.c randoml.c |
12757 | 18 test_expl_LDADD = $(LDADD) @EXPL_LIBM@ |