Commit Graph

20 Commits

Author SHA1 Message Date
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