assert
assert copied to clipboard
Install library, increment version, document macros
- Increment version to 2.0.0 in fpm.toml
- Document the new option to invoke
assert
via a C-preprocessor macro. - Update
fpm.toml
to install thelib assert.a
static library. - Work around
fpm
bug +gfortran
bug blocking example. - Move
assert_macro.h
to the newinclude/
subdirectory so that#include "assert_macros.h"
statements no longer need to have a hardwired path.