Commit Graph

5 Commits

Author SHA1 Message Date
Fergus Henderson
c81ffcf79c Add `#include <stdio.h>', to avoid warnings now that it is
Estimated hours taken: 0.25

tests/pragma_c_code.m:
tests/pragma_inline.m:
	Add `#include <stdio.h>', to avoid warnings now that it is
	no longer included by "imp.h".
1997-02-12 03:49:05 +00:00
Fergus Henderson
ba50c1320a Add a test of higher-order functions.
Estimated hours taken: 0.5

tests/hard_coded:
	Add a test of higher-order functions.
1996-05-14 12:48:12 +00:00
Fergus Henderson
4fa1a143b2 Fix bug detected by singleton variable warning.
Estimated hours taken: 0.25

tests/hard_coded/pragma_c_code.m:
	Fix bug detected by singleton variable warning.
	Work around name clash between variable name in
	pragma(c_code, ...) declaration and type defined
	in "imp.h".
1995-11-24 01:20:41 +00:00
David Jeffery
afebed3f93 Made the testing of the C interface a little more robust, and added tests of
Estimated hours taken: 1

Made the testing of the C interface a little more robust, and added tests of
the pragma(inline, ...) declaration.

pragma_c_code.m:
	Made the tests a little more rigorous.
pragma_c_code.exp:
	Changed the expected results to reflect changes to the .m file.
pragma_inline.m:
	Simple test of inlining:
pragma_inline.exp:
	Expected results for the inlining test.
1995-11-20 09:27:28 +00:00
Fergus Henderson
996275b0f0 General cleanup of the test suite directories.
tests/hard_coded:
	Add a new test case pragma_c_code.m.
1995-11-14 08:01:05 +00:00