From 0143e511f7a5f3595907787a832bee4e3cd03daf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 Sep 2009 11:52:46 +0200 Subject: Add code stream interface and SLOC counter --- tests/compiler/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/compiler/makefile') diff --git a/tests/compiler/makefile b/tests/compiler/makefile index 5a63fc8..42fd2bf 100644 --- a/tests/compiler/makefile +++ b/tests/compiler/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -tests := traversal +tests := sloc-counter traversal default := $(out_base)/ test := $(out_base)/.test -- cgit v1.1