diff options
author | theirix <theirix@gmail.com> | 2016-08-13 13:35:14 +0300 |
---|---|---|
committer | theirix <theirix@gmail.com> | 2016-08-13 13:35:14 +0300 |
commit | bee9090a9264b3de3ac34583dcd3cc72727fcccf (patch) | |
tree | ee516f2bb277419a2f0b158ea2c21fcd54fb19ff /tests/Makefile.am | |
parent | d1bf5d2bb692eb68cf4a9bf96a434f32b8041369 (diff) |
Allowed to run tests by 'make check'
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 000000000..f0836970b --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1 @@ +TESTS = do.sh |