Perfection du make clean
This commit is contained in:
parent
62d045512a
commit
e286742869
@ -87,7 +87,8 @@ import glob
|
|||||||
import os
|
import os
|
||||||
for f in glob.glob("**/tests/**/*.c", recursive=True):
|
for f in glob.glob("**/tests/**/*.c", recursive=True):
|
||||||
files = ["{}-{}.{}".format(f[:-2], test,ext) for test in ("naive", "smart", "gcc", "all-in-mem") for ext in ("s","riscv","pdf")]
|
files = ["{}-{}.{}".format(f[:-2], test,ext) for test in ("naive", "smart", "gcc", "all-in-mem") for ext in ("s","riscv","pdf")]
|
||||||
files += ["{}.{}.{}.{}".format(f[:-2], funct, test,ext for funct in ("main") for test in ("enterssa","exitssa") for ext in ("dot.pdf","dot")
|
files += ["{}.{}".format(f[:-2],ext) for ext in ("s",)]
|
||||||
|
files += ["{}.{}.{}.{}".format(f[:-2], funct, test,ext) for funct in ("main",) for test in ("enterssa","exitssa") for ext in ("dot.pdf","dot")]
|
||||||
for s in files:
|
for s in files:
|
||||||
try:
|
try:
|
||||||
os.remove(s)
|
os.remove(s)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user