Commit Graph

39 Commits

Author SHA1 Message Date
5ce82591d4 Import a test for the Buffer class 2018-02-22 01:47:15 +01:00
cc887570e1 Import a simple test for the Parser class 2018-02-19 19:35:17 +01:00
aa704e7377 Update the copyright notice 2018-02-19 00:21:33 +01:00
7822da5b8a Remove unused option from the usage screen 2018-02-19 00:21:14 +01:00
e7cb4ef0f6 Really test reproducibly
- Use $SOURCE_DATE_EPOCH
- Force a default timezone
2017-03-10 00:52:54 +09:00
c919a73198 Exit instead of returning when outside functions 2016-10-11 18:09:29 +02:00
71072e14b2 Do not bother failing when cross-compiling 2016-09-06 01:50:13 +02:00
f61171ebb6 Disable native tests when cross-compiling 2016-09-06 01:43:33 +02:00
732929f20f Partial support for SOURCE_EPOCH in the tests
The environment may still determine the locale and timezone for the
date output.
2016-08-23 02:26:23 +02:00
cbf3c3ede8 Add support for more than one target 2016-08-23 01:34:59 +02:00
70fe93a548 Re-license as BSD 2016-08-02 19:51:56 +02:00
047d677cc3 Add a test for the pkg-config file 2016-05-16 17:22:39 +02:00
b907cee23e Remove unused variable 2016-05-16 17:20:20 +02:00
56a42f2464 Fix the "python.sh" test with "make distcheck" 2016-04-21 00:33:36 +02:00
dc823680af Detect Python more reliably 2016-03-03 23:52:59 +01:00
f96e69f4e8 Update the copyright notice 2016-02-01 10:21:18 +01:00
4d8291c1aa Detect when the "python.sh" test is expected to succeed 2016-02-01 10:20:55 +01:00
2b4dd6698a Add an "error" test 2015-11-22 18:35:47 +01:00
550a64b390 Add a test for the Event class 2015-10-15 00:52:47 +02:00
41d0ace2fe Use LD_LIBRARY_PATH to find the library to test 2015-08-23 15:59:57 +02:00
138570c9bc Introduce an "array" test 2015-06-15 00:11:37 -04:00
b118257b55 Improve the tests script 2015-05-11 00:02:23 +02:00
194a99958e Update the copyright notice 2015-05-10 23:54:27 +02:00
a7924c86ec Use PROGNAME for the tests script as well 2015-05-10 23:54:13 +02:00
cb463259c0 Added a test for the Config class 2014-11-13 00:47:27 +01:00
b6cade2f16 Code cleanup 2014-08-29 21:29:18 +02:00
66b833cf2a Now output "FAIL" instead of "FAILED" in case of failures 2014-08-29 19:04:41 +02:00
7ade6f79d4 Build the python binding as part of the tests 2014-08-29 19:04:13 +02:00
e445a692c5 Added the "includes" test (including all headers) 2014-05-07 03:17:01 +02:00
46adc5e7d4 More portable shebang, from 7heo <7heo@mail.com>
Original commit message:
« The path /bin/sh for the shebang is more portable
than /usr/bin/env, according to Sven Mascheck:
http://in-ulm.de/~mascheck/various/shebang/#env
and:
http://in-ulm.de/~mascheck/various/shells/

Additionally, a space after the shebang first two
characters (#!) is said to be more portable:
http://in-ulm.de/~mascheck/various/shebang/#blankrequired

I fixed the test script shebang accordingly. »

It doesn't say the presence of a space makes it more portable; it says it was a rumor that could never be proven true, for some completely obsolete releases of UNIX. I did not apply that part.

Thanks!
2014-03-13 13:49:29 +09:00
f8d103c891 Code cleanup 2013-10-25 22:57:43 +02:00
64d33eab02 Slightly improved the tests 2013-10-25 22:30:59 +02:00
756b50e818 Slightly improved the tests 2013-10-25 22:04:28 +02:00
31481468e3 Fixed "make clean" 2013-01-07 03:15:37 +01:00
0dffbe9755 Fixed "make clean" 2013-01-07 03:03:28 +01:00
9114d25e09 Passing the current tests for the Variable class 2012-11-19 02:12:31 +01:00
34f155ebdc Added tests for the Variable class 2012-11-19 00:50:25 +01:00
bf49e69112 Fixed the usage screen 2012-09-20 22:08:02 +00:00
29a2dd0bc7 Renamed test/test.sh to tests/tests.sh (consistency) 2012-09-20 22:05:39 +00:00