1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
Commit graph

4 commits

Author SHA1 Message Date
Martin Grabmüller
1321f4ff18 All examples are now built and tested on `make installcheck'
rather than `make check'.
2001-07-24 10:43:34 +00:00
Martin Grabmüller
211e9d8a0d * box-module/Makefile.am (TESTS): New variable.
Create `box' on `make all'.

	* box-module/check.test, box-dynamic-module/check.test,
	* box-dynamic/check.test: New files.

	* box-dynamic/Makefile.am (libbox): Create box library on `make
	all'.
	(TESTS): New variable.

	* box/Makefile.am (TESTS): New variable.
	Create `box' program on `make all', use freshly built Guile for
	building.

	* box/check.test: New file.

	* modules/check.test, safe/check.test, scripts/check.test: Set
	GUILE_LOAD_PATH to make the tests run without installed Guile.
2001-07-17 17:12:33 +00:00
Thien-Thi Nguyen
e13743b80a Add check for guile interpreter.
Fix bug: Use `$guile' everywhere.  Thanks to Martin Grabmueller.
2001-07-17 06:44:21 +00:00
Thien-Thi Nguyen
5f6977fec4 Initial revision 2001-07-14 18:59:28 +00:00