Skip to content

Commit

Permalink
Adding tests for registry related flags in MooseApp
Browse files Browse the repository at this point in the history
  • Loading branch information
permcody committed Feb 11, 2019
1 parent 7e388a0 commit a0f1022
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test/tests/parser/hit_dump/tests
@@ -0,0 +1,20 @@
[Tests]
[./hit_registry]
# Make sure --registry-hit CLI option is working
type = RunApp
cli_args = '--registry-hit'
expect_out = "label =.*?type =.*?name =.*?class =.*?file =.*?"
input = 'IGNORED'
input_switch = ''
method = '!DBG'
[../]
[./registry]
# Make sure --registry CLI option is working
type = RunApp
cli_args = '--registry'
expect_out = "MooseApp\s+object\s+FileMesh\s+FileMesh.*?FileMesh.C"
input = 'IGNORED'
input_switch = ''
method = '!DBG'
[../]
[]

0 comments on commit a0f1022

Please sign in to comment.