Commit Graph

198 Commits

Author SHA1 Message Date
4d4b710d8f Re-generate the Makefiles 2016-07-28 21:52:55 +02:00
291b12d3ce Simplify LDFLAGS 2016-07-28 21:52:47 +02:00
7e0a0d429a Fix the pkg-config test
It now works even when PKG_CONFIG_PATH is not exported by default.
2016-07-27 02:50:29 +02:00
46ca38a804 Re-generate the Makefiles 2016-07-26 02:28:37 +02:00
bd38c45987 Remove useless linking option 2016-07-26 02:28:03 +02:00
420785b773 Re-generate the Makefiles 2016-06-14 23:54:29 +02:00
08b5abf5a6 Do not compile with -fPIC anymore 2016-06-14 23:54:01 +02:00
a2229ca91f Use %zu for size_t in format strings 2016-06-14 23:48:50 +02:00
c6459c538f Re-generate the Makefiles 2016-05-16 17:22:49 +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
af626ce969 Re-generate the Makefiles 2016-04-21 00:34:59 +02:00
033c3c475b Simplify 2016-04-21 00:34:46 +02:00
56a42f2464 Fix the "python.sh" test with "make distcheck" 2016-04-21 00:33:36 +02:00
4141958722 Re-generate the Makefiles 2016-03-04 00:21:32 +01:00
e484d1e755 No need for -shared-libgcc apparently 2016-03-04 00:21:19 +01:00
fd3bfe6891 Re-generate the Makefiles 2016-03-03 23:56:28 +01:00
3c54d45ca1 Use more portable LDFLAGS for PIE 2016-03-03 23:56:02 +01:00
dc823680af Detect Python more reliably 2016-03-03 23:52:59 +01:00
02994220a5 Re-generate the Makefiles 2016-02-14 21:57:13 +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
e37b3d2f7b Update the copyright notice 2016-02-01 09:59:43 +01:00
fae4c024b0 Silence some warnings out 2016-02-01 09:59:27 +01:00
12334a17c4 Import newer version of the script upstream 2016-01-20 02:17:33 +01:00
cff03e6137 Import newer scripts upstream 2016-01-20 00:24:07 +01:00
fcfbcf9dc4 Slightly extend the "error" test 2015-11-22 18:41:28 +01:00
39c4eee01e Re-generate the Makefiles 2015-11-22 18:36:05 +01:00
2b4dd6698a Add an "error" test 2015-11-22 18:35:47 +01:00
5ca678a9e0 Re-generate the Makefiles 2015-10-15 00:55:40 +02:00
6f697abf54 Build fix for Windows 2015-10-15 00:55:16 +02:00
2e23e883bc Register the "event" test 2015-10-15 00:53:33 +02:00
60163e5c5d Re-generate the Makefiles 2015-10-15 00:53:06 +02:00
550a64b390 Add a test for the Event class 2015-10-15 00:52:47 +02:00
569b844e25 Update the copyright notice 2015-10-15 00:51:58 +02:00
5e829ded32 Code cleanup 2015-10-15 00:51:52 +02:00
c1ed237d45 Reference the "array" test 2015-09-26 01:18:29 +02:00
f632d12524 Use mkstemp(3) instead of mktemp(3) 2015-09-18 19:23:04 +02:00
c3a328ba8a Re-generate the Makefiles 2015-09-18 19:15:35 +02:00
288930017a Build full RELRO support 2015-09-18 19:15:02 +02:00
b36fc80672 Re-generate the Makefiles 2015-09-09 12:43:50 -04:00
faca05d244 Reflect update from upstream 2015-08-23 16:20:38 +02:00
41d0ace2fe Use LD_LIBRARY_PATH to find the library to test 2015-08-23 15:59:57 +02:00
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
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