kc3-lang/libqrencode/tests/Makefile.am

Branch :


Log

Author Commit Date CI Message
860b8fec 2018-06-05 18:08:45 Fix running test_qrspec when building out-of-source It is a common practice for CMake builds (and less common but still valid for autotools) to build out-of-source, that is use a separate directory for built executables than for sources. However, when that is used, test_qrspec is unable to find "frame" and crashes. Fix it by passing the source directory as compile-time definition, and therefore making test_qrspec use the correct path.
838c2e58 2018-06-05 17:37:58 tests: Add missing test_basic.sh to EXTRA_DIST Add test_basic.sh to EXTRA_DIST to ensure that it's present in release tarballs. It's missing in 4.0.1 release which breaks test_all.sh.
7581de60 2017-09-07 13:52:50 Added some EXTRA_DIST files.
38bf8874 2016-05-18 02:11:05 MinGW support has been improved.
a1d6c0cc 2016-04-03 03:53:59 Code refactoring.
ed60ec46 2016-04-02 23:47:08 Code refactoring.
a7e4ba69 2015-05-05 00:59:58 Added URI_testset.inc to EXTRA_DIST.
dd730546 2014-09-18 19:27:43 Syndrome checker has been added.
cd8b1d20 2014-09-17 09:16:27 Explicit "-pthread" introduced.
518d0025 2014-08-05 15:12:30 Cleanups.