Commit f18264b8 authored by Oxez's avatar Oxez
Browse files

changes

parent b3ae4c5a
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -49,4 +49,13 @@ else:
    isissrc = makefilePath.split("src")[0]
    print(isissrc)
    os.chdir(makefilePath)
    os.system("mkdir test")
    os.system("make checkout")
    os.system("make output")
    os.system("make truthdata")
    os.system("cp truth " + builddir + "/testOutputDir")

    if os.argc == 3:
        if os.argv[2] == "truth":
            os.system("make checkin")

    os.system("make release")