Commit Graph

19 Commits

Author SHA1 Message Date
5a382f0599 Only run the "vfs" test when running under X
Reported by Joerg Sonnenberger, thanks!
2015-10-10 00:28:32 +02:00
41a7df17a0 Fix "make distcheck" 2015-10-06 01:03:08 +02:00
88637e65ff Mention the "plugins" test is useless with OBJDIR 2015-10-04 04:16:23 +02:00
f031ac32e1 Update the copyright notice 2015-10-04 04:15:56 +02:00
c43c29eb6e Use PROGNAME in tests 2015-10-04 04:15:46 +02:00
7041166900 Fix linking when building with OBJDIR 2015-10-04 04:10:39 +02:00
fbdef74152 Fix running the tests before installing 2015-09-21 23:32:35 +02:00
bb4b936d17 Update the copyright notice 2015-09-21 23:32:25 +02:00
0da2c7ddfe Use PROGNAME 2015-09-21 23:32:15 +02:00
75319f8e30 Build with SSP and PIE 2015-08-26 02:35:30 +02:00
15d605e464 Compile with -pedantic and -fstack-protector by default 2015-06-28 19:04:40 +02:00
4190d1ac48 Add a couple more .gitignore files 2015-04-04 16:27:05 +02:00
51d2187c7b No longer store Makefiles in the source tree 2015-04-04 16:24:12 +02:00
5c069a7c54 Add a test for the <Browser/VFS.h> API 2015-04-03 23:34:45 +02:00
e96bb7dd93 Re-generated the Makefiles 2014-12-27 21:45:51 +01:00
1ccd800924 More consistency with "tests.sh" from other DeforaOS projects 2014-10-29 00:31:35 +01:00
5c533dacea 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-12 00:11:41 +09:00
00b1af5a72 The "plugins" test is now meant to always pass 2013-11-21 05:51:32 +01:00
5219355d09 Testing the plug-ins for conformance (some currently do not define an icon) 2013-10-26 19:43:29 +02:00