apertium / apertium-regtest

Regression testing system for Apertium language data and translators
https://wiki.apertium.org/wiki/Apertium-regtest
GNU General Public License v3.0
1 stars 0 forks source link

Add pkg-config warning to langs/pairs #1

Closed TinoDidriksen closed 3 years ago

TinoDidriksen commented 3 years ago

Modules that use regtest should warn if it's not present, a'la:

PKG_CHECK_MODULES(REGTEST, apertium-regtest >= 0.0.1, [], [AC_MSG_WARN([Running tests requires apertium-regtest])])