|
Revision 1, 0.5 kB
(checked in by thesz, 2 years ago)
|
Initial commit
|
| Line | |
|---|
| 1 |
Tests directory content |
|---|
| 2 |
----------------------- |
|---|
| 3 |
|
|---|
| 4 |
All tests directories contain one source for matcher (*Prog.hs) and one |
|---|
| 5 |
source for Main module (*Test.hs). |
|---|
| 6 |
|
|---|
| 7 |
File common_parameters specify defaults for most of parameter. The drivers |
|---|
| 8 |
usually should only provide --taskOption=taskSize=N and some other task specific |
|---|
| 9 |
parameters. |
|---|
| 10 |
|
|---|
| 11 |
You can use 'make run TASK_PARAMETERS="--taskOption=taskSize=100 --taskOption=iterationsCount=100"' |
|---|
| 12 |
for heat1d tests, for example. Look at *Prog*.hs and find 'readTaskParam' for parameters for |
|---|
| 13 |
each test task. |
|---|