Re: [petsc-dev] test harness with tests that depend on multiple source files

2017-11-20 Thread Smith, Barry F.
> On Nov 20, 2017, at 9:37 PM, Jed Brown wrote: > > Scott Kruger writes: > >> depends keyword: >> >> From: >> dm/examples/tutorials/ex13f90.F90 >> >> !/*TEST >> ! >> ! build: >> ! requires: !complex >> ! depends: ex13f90aux.F90 >> ! >> !TEST*/ > > How would anyone know that

Re: [petsc-dev] test harness with tests that depend on multiple source files

2017-11-20 Thread Jed Brown
Scott Kruger writes: > depends keyword: > > From: >dm/examples/tutorials/ex13f90.F90 > > !/*TEST > ! > ! build: > ! requires: !complex > ! depends: ex13f90aux.F90 > ! > !TEST*/ How would anyone know that "requires" refers to PETSc configuration while "depends" refers to files?

[petsc-dev] test harness chokes

2017-11-20 Thread Smith, Barry F.
on /*TEST test: test: suffix: 2 nsize: 2 TEST*/ with $ ./config/gmakegentest.py KeyError: 0

Re: [petsc-dev] test harness with tests that depend on multiple source files

2017-11-20 Thread Scott Kruger
depends keyword: From: dm/examples/tutorials/ex13f90.F90 !/*TEST ! ! build: ! requires: !complex ! depends: ex13f90aux.F90 ! !TEST*/ Scott On 11/19/17 10:48 AM, Smith, Barry F. wrote: Scott, I asked you this before and you responded but I forgot and lost your res