1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-01 02:45:43 +02:00

Fix tests

This commit is contained in:
Anthony Scemama 2021-11-25 15:29:47 +01:00
parent 39787dc8bd
commit 18a2af8025

View File

@ -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")