Re: [petsc-users] Using PETSc Testing System

2023-03-28 Thread Daniele Prada
you to > pull updates in the future. > > Daniele Prada writes: > > > Dear Matthew, dear Jacob, > > > > Thank you very much for your useful remarks. I managed to use the PETSc > > Testing System by doing as follows: > > > > 1. Redefined TESTDIR when ru

Re: [petsc-users] Using PETSc Testing System

2023-03-28 Thread Daniele Prada
# This must be before includes >> mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) >> TESTSRCDIR ?= $(dir $(mkfile_path))src >> ``` >> That way you could run your tests via >> ``` >> $ make test TESTSRCDIR=/path/to/your/src/dir >> ``` >> I am sure

[petsc-users] Using PETSc Testing System

2023-03-27 Thread Daniele Prada
Hello everyone, I would like to use the PETSc Testing System for testing a package that I am developing. I have read the PETSc developer documentation and have written some tests using the PETSc Test Description Language. I am going through the files in ${PETSC_DIR}/config but I am not able to ma