Commit Graph

55 Commits

Author SHA1 Message Date
43fedadc3a Re-generate the Makefiles 2015-08-09 15:52:26 +02:00
664b6265f7 Build with stricter SSP by default
This change also moves every flag specific to GCC to CFLAGS.
2015-08-09 15:51:16 +02:00
4ff3eb6fdf Add a couple test cases 2015-07-31 19:51:18 +02:00
d0729a89df Re-generate the Makefiles 2015-07-19 02:45:32 +02:00
72639c9baa Build the tests as PIE too 2015-07-19 02:45:21 +02:00
cd4cbb80a1 Re-generate the Makefiles 2015-06-28 17:11:04 +02:00
c20959a9af Compile with -pedantic and -fstack-protector by default 2015-06-28 17:10:42 +02:00
0e37acd63d Add tests for string_trim() 2015-06-23 03:14:14 +02:00
112795b7aa Add tests for string_ltrim() 2015-06-23 03:14:13 +02:00
e7cfc80c16 Re-generate the Makefiles 2015-06-23 03:14:13 +02:00
a79b215b06 Re-run the tests when libSystem changes 2015-06-23 03:14:13 +02:00
a16dd33841 Add tests for string_rtrim() 2015-06-23 03:14:13 +02:00
8df5499481 Update the copyright notice 2015-06-23 03:14:12 +02:00
9a65fd0ffa Disambiguate the error codes 2015-06-23 03:14:12 +02:00
f19a4af827 Avoid using string_length()
New code should be using string_get_length() instead.
2015-06-22 18:41:23 -04:00
bab058ee5b Avoid a compilation warning (signedness mismatch) 2015-06-18 02:11:56 -04:00
19bbc4b7c6 Stricter check for config_save() 2015-06-18 01:14:53 -04:00
2892e25da8 Update the copyright notice 2015-06-18 01:09:50 -04:00
571c9b5df3 Add a test for config_save() 2015-06-18 01:09:40 -04:00
417669d936 More generic python binding build 2015-06-15 01:37:22 -04:00
e7f255b6ba Update the copyright notice 2015-06-15 01:28:10 -04:00
43400c956b Use libSystem.pc as generated from the source tree 2015-06-15 01:27:21 -04:00
138570c9bc Introduce an "array" test 2015-06-15 00:11:37 -04:00
3dc81d420b Re-generate the Makefiles 2015-05-11 00:07:20 +02:00
a1c19ec07f Fix the execution of tests with OBJDIR 2015-05-11 00:07:20 +02: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
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