1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-03 01:46:12 +02:00

Fixing tests

This commit is contained in:
Anthony Scemama 2021-11-25 15:48:53 +01:00
parent e505f991df
commit e45325e25a

View File

@ -248,7 +248,7 @@ def main():
"" ]
tmp = "EXTRA_DIST += "
r = subprocess.check_output("git ls-tree --name-only -r master".split())
r = subprocess.check_output("git ls-tree --name-only -r HEAD".split())
for line in r.splitlines():
if "share/qmckl/test_data/" in line:
tmp += " \\\n " + line