Skip to content
Snippets Groups Projects
Commit a29f8d42 authored by jdh8d's avatar jdh8d
Browse files

Updates to eh-write for optimizations, named callbacks.exe step to...

Updates to eh-write for optimizations, named callbacks.exe step to resolve_callbacks, stratafier bug fix, nos attributes and new ada tests.

Former-commit-id: 549e0e7d5969d64ebb171e00a87890d7037fb246
parent d64dd8d7
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,11 @@ testit()
fi
}
clean ()
{
rm -Rf xxx peasoup* *prot
}
doit()
{
pgm=$1
......@@ -53,6 +58,8 @@ doit()
testit $pgm.exe $pgm.prot
clean
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment