QMCPACK / miniqmc

QMCPACK miniapp: a simplified real space QMC code for algorithm development, performance portability testing, and computer science experiments
Other
26 stars 34 forks source link

Add ctest to miniQMC #224

Open ye-luo opened 5 years ago

ye-luo commented 5 years ago

I feel the need to add at least 2 sets of testing to miniQMC

  1. The semi integration tests using check_XX routines needs to be added.
  2. The problem size scan needs to be added as well. This is like the QMCPACK performance test. We should take advantage of ctest instead of maintaining ctest.

@PDoakORNL asked for unit test. This is desired as well but it needs a bit more porting effort to bring in the catch frame work.

ye-luo commented 5 years ago

I found some earlier unit test discussion #152. We need to continue that one as well.