f4d3befda7
.cvsignore files are no longer necessary
2014-12-27 18:13:21 +01:00
bd304d7341
Added some entries to .gitignore
2014-11-15 18:49:04 +01:00
4ea1615ab4
Added a syntax checker for Python code
2014-11-15 18:44:50 +01:00
d6e0d47d39
Give the tests more chances to pass "make distcheck"
2014-11-13 00:50:14 +01:00
cb463259c0
Added a test for the Config class
2014-11-13 00:47:27 +01:00
265d38b38e
Re-generated the Makefiles (with partial support for OBJDIR)
2014-11-12 02:28:52 +01:00
cb4a3e3df9
Updated the copyright line
2014-09-14 19:50:06 +02: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
47baa4f84a
Re-generated Makefiles
2013-01-25 21:01:12 +01:00
31481468e3
Fixed "make clean"
2013-01-07 03:15:37 +01:00
24c17c432d
Re-generated Makefiles
2013-01-07 03:03:44 +01:00
0dffbe9755
Fixed "make clean"
2013-01-07 03:03:28 +01:00
2c055e4741
Re-generated Makefiles
2013-01-07 02:06:19 +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
1f71b021d1
Code cleanup
2012-11-19 00:50:00 +01:00
166b614185
Renamed the log for the tests
2012-11-17 19:18:30 +01:00
365f946fcf
Switched the license to the GPL LGPL version 3
2012-11-03 00:28:23 +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