Skip to content

Commit

Permalink
Update main.f90 for dipro test module
Browse files Browse the repository at this point in the history
  • Loading branch information
demonic-daisy authored Oct 4, 2023
1 parent 8234e58 commit 16a3181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/main.f90
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ program tester
use test_latticepoint, only : collect_latticepoint
use test_molecule, only : collect_molecule
use test_oniom, only : collect_oniom
use test_dipro, only : collect_dipro
use test_pbc_tools, only : collect_pbc_tools
use test_peeq, only : collect_peeq
use test_repulsion, only : collect_repulsion
Expand Down Expand Up @@ -71,6 +72,7 @@ program tester
new_testsuite("latticepoint", collect_latticepoint), &
new_testsuite("molecule", collect_molecule), &
new_testsuite("oniom", collect_oniom), &
new_testsuite("dipro", collect_dipro), &
new_testsuite("pbc-tools", collect_pbc_tools), &
new_testsuite("peeq", collect_peeq), &
new_testsuite("repulsion", collect_repulsion), &
Expand Down

0 comments on commit 16a3181

Please sign in to comment.