test: Run psyntax before record.

* GNUmakefile (TESTS): Run psyntax before record.
This commit is contained in:
Jan Nieuwenhuizen 2016-11-10 10:20:47 +01:00
parent adbf1bb296
commit db2eb86a40
1 changed files with 2 additions and 2 deletions

View File

@ -51,9 +51,9 @@ TESTS:=\
tests/vector.test\
tests/scm.test\
tests/cwv.test\
tests/record.test\
tests/let-syntax.test\
tests/psyntax.test\
tests/let-syntax.test\
tests/record.test\
tests/match.test\
#