cpmd: add expected smoke test check output (#21668)

This commit is contained in:
ketsubouchi
2021-02-26 17:29:10 +09:00
committed by GitHub
parent bbed6dc9a1
commit b13a506090

View File

@@ -98,4 +98,8 @@ def test(self):
exe_name = 'cpmd.x'
opts.append(test_file)
opts.append(test_dir)
self.run_test(exe_name, options=opts)
expected = ['2 1 H O 1.84444 0.97604',
'3 1 H O 1.84444 0.97604',
'2 1 3 H O H 103.8663'
]
self.run_test(exe_name, options=opts, expected=expected)