Commit Graph

6 Commits

Author SHA1 Message Date
Zoltan Somogyi
d33273d033 Tell vim not to expand tabs in Makefiles.
This file-specific setting will override a default setting of expandtabs
in $HOME/.vimrc.

*/Makefile:
*/Mmakefile:
    As above.

tests/hard_coded/.gitignore:
    Don't ignore the purity subdir. This ignore must have been left over
    from when purity.m was a test in hard_coded, not hard_coded/purity,
    and it ignored an executable, not a directory.
2015-01-08 22:07:29 +11:00
Fergus Henderson
6767c77662 Removed arithmetic.nl stuff from the Makefiles etc., since arithmetic.nl
is in tests/general now.
1994-10-13 22:05:25 +00:00
Fergus Henderson
88d7481917 Make it 9-queens rather than 8-queens.
queens.nl:
	Make it 9-queens rather than 8-queens.

Entry:
	Fix the entry points for the new name mangling.

Makefile, NP_Entry:
	Various changes.

arithmetic.nl:
	Added a test of the arithmetic operators.
	This probably belongs in a different directory, but
	this will do for the moment.
1994-10-02 16:40:36 +00:00
Fergus Henderson
911d21a87a Various changes.
Makefile:
	Various changes.
1994-09-08 12:56:45 +00:00
Fergus Henderson
96210ed42e Lots of makefile hacking.
tests/benchmarks/*
	Lots of makefile hacking.
	Changed a mode declaration in query.nl to work around
	a problem with implied modes.
	The compiler now passes all of these tests, let's keep it that way!
1994-08-28 21:53:49 +00:00
Fergus Henderson
5468d2b766 Add the beginnings of a test suite directory. 1994-08-27 20:08:00 +00:00