cbm-fles / flesnet

CBM FLES Timeslice Building
7 stars 22 forks source link

Disable PDA tests unless USE_PDA #166

Closed b-kaiser closed 5 months ago

b-kaiser commented 5 months ago

FLESnet is build without PDA, the test with PDA unnecessarily keeps failing. After some consideration, I decided not to disable the test if the only reason FLESnet is build without PDA is that PDA is not found. This serves as a reminder to the user to ensure that USE_PDA is set to some appropriate value when building without PDA.

cuveland commented 5 months ago

Good point. Merging.