Last change
on this file since 24:1f781d1f9b79 was
10:99e499ca560b,
checked in by Alpar Juttner <alpar@…>, 17 years ago
|
Port random.h & Co. from svn -r3422 + some cleanups
- gauss(double std_dev) has been remove for clarity
|
File size:
482 bytes
|
Rev | Line | |
---|
[1] | 1 | EXTRA_DIST += \ |
---|
| 2 | test/Makefile |
---|
| 3 | |
---|
[4] | 4 | noinst_HEADERS += \ |
---|
| 5 | test/test_tools.h |
---|
[10] | 6 | |
---|
[4] | 7 | check_PROGRAMS += \ |
---|
[8] | 8 | test/dim_test \ |
---|
[10] | 9 | test/random_test \ |
---|
[4] | 10 | test/test_tools_fail \ |
---|
| 11 | test/test_tools_pass |
---|
[10] | 12 | |
---|
[1] | 13 | TESTS += $(check_PROGRAMS) |
---|
| 14 | XFAIL_TESTS += test/test_tools_fail$(EXEEXT) |
---|
[4] | 15 | |
---|
[8] | 16 | test_dim_test_SOURCES = test/dim_test.cc |
---|
[10] | 17 | test_random_test_SOURCES = test/random_test.cc |
---|
[4] | 18 | test_test_tools_fail_SOURCES = test/test_tools_fail.cc |
---|
| 19 | test_test_tools_pass_SOURCES = test/test_tools_pass.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.