autotools

autotools で make check を実装する方法(その1)

今更ですが autotools で make check を実装する方法をまとめます. make check の仕組み 手順1: テスト用プログラムを用意する 手順2: Makefile.am で テスト用プログラムを指定する 手順3: configure.ac の記述 手順4: autoreconf -vfi の実行 make check …