mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 04:14:49 +01:00
Fix tests
This commit is contained in:
parent
39787dc8bd
commit
18a2af8025
@ -250,6 +250,8 @@ def main():
|
||||
for dir in glob("share/qmckl/test_data/*"):
|
||||
for f in glob("%s/*"%(dir)):
|
||||
tmp += " \\\n "+f
|
||||
for dir in glob("share/qmckl/test_data/*.*"):
|
||||
tmp += " \\\n "+f
|
||||
tmp += "\n"
|
||||
output += tmp.split("\n")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user