mes/tests
Jan Nieuwenhuizen 38d30a3e42 build: Refactor.
* GNUmakefile (OUT,QUIET,SUBDIRS): New variables.
  include make/common.make
* .gitignore: Remove toplevel targets.
* build-aux/compile-all.scm: Import from GNU Guix.
* configure (gulp-pipe): Check exit status.  Actually test for CC,
  CC32.
* make/bin.make: New file.
* make/check.make: New file.
* make/clean.make: New file.
* make/common.make: New file.
* make/compile.make: New file.
* make/guile.make: New file.
* make/mescc-guile.make: New file.
* make/mescc-mes.make: New file.
* make/reset.make: New file.
* lib/mlibc.c: Rename from top.
* lib/start.c: Rename from top.
* module/module.make: New file.
* scaffold/scaffold.make: New file.
* scripts/scripts.make: New file.
* src/mes.c: Rename from top.
* src/src.make: New file.
* src/mes.c: Rename from top.
* src/gc..c: Rename from top.
* src/lib.c: Rename from top.
* src/posix.c: Rename from top.
* src/reader.c: Rename from top.
* src/vector.c: Rename from top.
* tests/tests.make: New file.
2017-04-12 21:27:59 +02:00
..
data Implement load. 2016-12-12 20:33:49 +01:00
base.test scm: Evaluate arguments of OR only once. 2017-04-02 16:47:22 +02:00
catch.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
closure.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
cwv.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
display.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
fluids.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
guile.test scm: Add open-input-string, read-string. 2017-04-01 12:51:35 +02:00
let-syntax.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
let.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
match.test test: Add nyacc cpp match tests; two fail. 2017-04-01 15:06:07 +02:00
math.test scm: Support reading negative hex numbers. 2017-03-27 00:11:05 +02:00
module.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
optargs.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
peg.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
pmatch.test test: Add pmatch tests. 2017-03-29 08:07:51 +02:00
psyntax.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
quasiquote.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
read.test scm: Support reading negative hex numbers. 2017-03-27 00:11:05 +02:00
record.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
scm.test scm: Add assoc-set! 2017-03-27 07:01:15 +02:00
srfi-1.test test: Add test for append-map. 2017-04-02 08:04:25 +02:00
srfi-13.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00
srfi-14.test scm: Add list->char-set. 2017-03-26 22:33:51 +02:00
tests.make build: Refactor. 2017-04-12 21:27:59 +02:00
vector.test test: Allow running with any mes. 2017-03-26 21:06:19 +02:00