Avery Pennarun
|
c1054a5902
|
t/110-compile: remove hard dependency on /usr/include/stdio.h.
This was testing source files outside the current build tree, but if
you don't have the file at all, that's not a good reason to fail the
test.
|
2020-06-15 00:33:41 -04:00 |
|
Avery Pennarun
|
02220d4318
|
t/110-compile and t/111-example: skip if no C compiler installed.
It's nice to validate "real" use with a C compiler, but silly to
completely fail validation just because a C compiler is missing.
|
2018-11-19 15:46:22 -05:00 |
|
Avery Pennarun
|
6c81b110be
|
Tests: use cc instead of gcc.
This fixes problems where llvm is installed without a 'gcc' alias.
|
2018-10-29 07:20:33 +00:00 |
|
Avery Pennarun
|
7822f5a5bb
|
t/*: rearrange tests into numbered directories.
It was getting way too ad-hoc in there. Let's reorganize the tests so that
there's a good, obvious, suggested sequence to run them in.
|
2012-02-08 01:56:50 -05:00 |
|