From 95dd261b4e65840ade351dcb00e4164a99daf654 Mon Sep 17 00:00:00 2001 From: azidar Date: Fri, 20 Feb 2015 16:56:25 -0800 Subject: Rewrote the initialize-register pass, now correctly implemented with a new IR construct - Null. LetRec is not implemented, but is marked with a TODO. Test cases for this pass are now located in test/passes/initialize-register --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cf8c0c22..0dbca93e 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,9 @@ build: # Runs single test check: - cd $(test_dir) && lit -v . --path=$(root_dir)/utils/bin/ - cat $(test_dir)/unit/gcd.fir.out + cd $(test_dir)/passes && lit -v . --path=$(root_dir)/utils/bin/ + +clean: + rm -f $(test_dir)/passes/*/*.out + rm -f $(test_dir)/passes/*.out + rm -f $(test_dir)/*/*.out -- cgit v1.2.3