summaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: af083a8138d0bb37624b0e6e7fee60c4efe823a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#  Makefile for testing Icon


#  The default is to run all tests.

Test    Test-icont:	; cd general; $(MAKE) Test
Samples Samples-icont:	; cd general; $(MAKE) Samples


#  Clean up.

Clean Pure:
	cd bench;	$(MAKE) Clean
	cd general;	$(MAKE) Clean
	cd special;	$(MAKE) Clean