X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile.in;h=4329a0c416e62aa7bd79364ccc9295a33c863a87;hb=8e8fbe5556cfeeb18427f44dda1a66fa98939e1c;hp=6726d5ce173fa0de8049ef83338719b899f7134e;hpb=3340c5f2c98d7ad9d464760f561ff3d4a262a97f;p=libfirm diff --git a/Makefile.in b/Makefile.in index 6726d5ce1..4329a0c41 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,3 +73,12 @@ stamp-h: config.h.in config.status config.status: configure ./config.status --recheck + +test:: + $(MAKE) -C testprograms test; + +test-reference:: + $(MAKE) -C testprograms reference; + +test-clean: + $(MAKE) -C testprograms realclean