Skip to content

Commit

Permalink
new testing mechanism working now
Browse files Browse the repository at this point in the history
  • Loading branch information
pseewald committed Sep 26, 2022
1 parent e99c881 commit fae7d60
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 149 deletions.
16 changes: 16 additions & 0 deletions fortran_tests/externalTestCode.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[DEFAULT]
suite: regular
options:
[UnitTests]
obtain: shutil.copytree('../../examples/in', 'examples', dirs_exist_ok=True)
path: examples
options:
suite: unittests
[RosettaCodeData]
obtain: os.system('git clone https://github.com/acmeism/RosettaCodeData.git')
path: RosettaCodeData
options: -i 3 -w 0
[wannier90]
obtain: os.system('git clone https://github.com/wannier-developers/wannier90')
path: wannier90
suite: cron
Loading

0 comments on commit fae7d60

Please sign in to comment.