Commit Graph

46 Commits

Author SHA1 Message Date
Sebastian Ramacher
71e9ed2df3 Use SPDX license identifiers 2018-11-27 23:10:18 +01:00
Sebastian Ramacher
80b9680271 Add tests build option 2018-11-27 22:42:25 +01:00
Sebastian Ramacher
93705528e2 Add tests for types 2018-07-30 11:50:54 +02:00
Sebastian Ramacher
752d408c4b Fix bounds 2018-05-21 11:59:54 +02:00
Sebastian Ramacher
72715901ff Split tests and mark them as skipped if setup fails 2018-05-21 11:38:55 +02:00
Sebastian Ramacher
e87ed2a5b3 Increase test timeout 2018-03-17 18:42:55 +01:00
Sebastian Ramacher
85458ef87e Convert to meson based build system 2018-02-10 13:27:45 +01:00
Sebastian Ramacher
66805ec2eb Query pkg-config only once for libs and cflags
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2017-07-02 19:09:34 +02:00
Sebastian Ramacher
27a14806e7 Properly filter sqlite objects when building with WITH_SQLITE=0
Fixes https://bugs.gentoo.org/show_bug.cgi?id=606870

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2017-01-24 21:47:26 +01:00
Sebastian Ramacher
9bfc58216e Fix build of tests
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-12-21 18:51:30 +01:00
Sebastian Ramacher
5c60ce4156 Get rid of embedded copy of libsynctex
TeXLive 2015 including libsynctex is out long enough.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2015-10-08 21:26:22 +02:00
Sebastian Ramacher
49ee10403f option was removed
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-27 21:14:24 +01:00
Sebastian Ramacher
54dad5dbfb Re-add SYNCTEX_INC and SYNCTEX_LIB to tests/Makefile
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-11-10 00:11:52 +01:00
Moritz Lipp
f408b3a775 Update Makefiles and fix dependencies 2014-11-07 22:05:03 +01:00
Moritz Lipp
e96c96f276 Update Makefile 2014-11-07 18:08:59 +01:00
Moritz Lipp
c1e05c92f4 Update test Makefile 2014-11-07 16:01:29 +01:00
Moritz Lipp
a1a0e47148 Begin to update build-system 2014-11-07 15:57:46 +01:00
Sebastian Ramacher
a9d3d390ad Also use system synctex in tests if possible
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-06-30 13:55:53 +02:00
Sebastian Ramacher
f6073abcdc Link synctex code for tests
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-06-24 21:54:59 +02:00
Sebastian Ramacher
3285d61a99 Remove replace_substring
We now have girara_replace_substring.

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2014-04-11 14:48:04 +02:00
Sebastian Ramacher
dcc2e9f736 Remove obsolete tests 2014-01-05 22:29:30 +01:00
Sebastian Ramacher
9134040300 Build tests with magic if WITH_MAGIC != 0
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
2013-02-22 15:58:13 +01:00
Sebastian Ramacher
a45c58f0b5 Add tests for replace_substring 2013-01-25 23:19:26 +01:00
Sebastian Ramacher
e960e9cca3 Make the tests compile again. 2012-08-30 20:07:50 +02:00
Sebastian Ramacher
f10cc11bfd Update tests. 2012-04-08 18:03:21 +02:00
Moritz Lipp
2340590e93 Begin document test case 2012-03-30 16:43:00 +02:00
Sebastian Ramacher
cdb09e4f48 Filter database-sqlite.c correctly. 2012-03-19 20:10:15 +01:00
Sebastian Ramacher
0232bcbc35 Include gtk.h. 2012-03-19 20:09:11 +01:00
Sebastian Ramacher
1bccf8846f Add a missing NULL. 2012-03-19 17:08:23 +01:00
Moritz Lipp
5b6a399256 Merge branch 'develop' of pwmt.org:zathura into develop 2012-03-19 17:05:56 +01:00
Sebastian Ramacher
2475c371fd There is really no reason to implement file_exists on our own. 2012-03-19 17:03:27 +01:00
Moritz Lipp
0a0c712e17 Added basic session test 2012-03-19 17:00:34 +01:00
Moritz Lipp
31aa53017a Add testcase for NP check 2012-03-15 16:38:20 +01:00
Sebastian Ramacher
c66b6ced5e More NULLs. 2012-03-15 12:07:35 +01:00
Sebastian Ramacher
48d06cbf36 Use wildcard and filter-out instead of find. 2012-03-08 17:50:54 +01:00
Sebastian Ramacher
c2e262abdd The test suite needs to exit with non-zero if a test fails. 2012-03-06 11:42:42 +01:00
Sebastian Ramacher
9f31c38cca We need to check if macros are already defined in CPPFLAGS before setting them. 2012-03-05 09:51:27 +01:00
Sebastian Ramacher
1c22b4f369 Fix some Makefile issues.
* Ship all database backends.
 * Remove .depend in clean.
2012-03-01 03:04:09 +01:00
Sebastian Ramacher
299b503c00 separate targets to build and run tests 2012-02-21 19:05:35 +01:00
Sebastian Ramacher
c39c81c3d6 remove gcno and gcda files 2012-02-21 15:01:35 +01:00
Moritz Lipp
362e50254e Add gcov target for code coverage 2012-02-08 22:14:56 +01:00
Moritz Lipp
924f06c607 Update Makefile 2012-02-08 15:37:22 +01:00
Sebastian Ramacher
509c58b95e add binary to .gitignore 2012-02-05 19:30:11 +01:00
Sebastian Ramacher
dba33a04a1 link test against sqlite 2012-01-31 01:29:41 +01:00
Moritz Lipp
29472cdd06 Added file_get_extension test cases 2012-01-28 20:14:21 +01:00
Moritz Lipp
8ddbb158e3 Implement test suite with check 2012-01-28 19:54:44 +01:00