commit | 0c8853c3c39fe11f1a80456e744d7db861c39df2 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Jan 02 13:28:43 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Jan 05 23:17:11 2016 +0000 |
tree | 65aa2d71bfbcd8f897d908db6546e9024bdd8dcd | |
parent | 87e6b230fff800eb768b68b2e5173ebbe83fd3ef [diff] |
tests: include tests.h instead of config.h Automatically edit tests/*.c files using the following perl one-liner: perl -0777 -pi -e \ 's/#ifdef HAVE_CONFIG_H\n# include "config\.h"\n#endif\n*/#include "tests.h"\n/' \ tests/*.c