You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the order of the libraries in LIB would effect whether the
unit tests compiled.
Use OBJ rather than LIBS to ensure the --start-group/--end-group flags are
used in linking.
Previously, if a file in CProver changed, though the libraries would be
rebuilt, the unit tests wouldn't be relinked against the new library,
meaning you would get out of date binaries.
This change ensures that the link process is rerun if any of the
libraries are rebuilt.
Adding dependency to cprover libs for other unit executables
0 commit comments