diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-11 21:29:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-11 21:31:10 +0300 |
commit | b9cb3b1e94a16425025dd251955f57ca7da5f637 (patch) | |
tree | 11ea79db51f96a2fe571e9c27aa178766a247302 /data/test/Makefile.am | |
parent | 84cdb48df045cae55356b3d6156794c9e0343f54 (diff) | |
download | ManaVerse-b9cb3b1e94a16425025dd251955f57ca7da5f637.tar.gz ManaVerse-b9cb3b1e94a16425025dd251955f57ca7da5f637.tar.bz2 ManaVerse-b9cb3b1e94a16425025dd251955f57ca7da5f637.tar.xz ManaVerse-b9cb3b1e94a16425025dd251955f57ca7da5f637.zip |
Fix issues in tests after adding some asserts.
Diffstat (limited to 'data/test/Makefile.am')
-rw-r--r-- | data/test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/test/Makefile.am b/data/test/Makefile.am index 81e19612b..d019b948a 100644 --- a/data/test/Makefile.am +++ b/data/test/Makefile.am @@ -2,6 +2,7 @@ testdir = $(pkgdatadir)/data/test test_DATA = \ palette.gpl \ + serverlistplus.xml \ simplefile.txt EXTRA_DIST = \ |