From 408ae8c4451b49277e8b97bbb7cedd2fb905bcdb Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Wed, 6 Jun 2018 17:30:28 +0200 Subject: MPPA - Forgot to initialize variables in the tests Warning : the division and modulo currently do not pass the tests --- test/mppa/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/mppa/Makefile') diff --git a/test/mppa/Makefile b/test/mppa/Makefile index 05223658..fddaad37 100644 --- a/test/mppa/Makefile +++ b/test/mppa/Makefile @@ -1,8 +1,7 @@ DIR=general BINDIR=bin ASMDIR=asm -#TESTNAMES=$(notdir $(subst .c,,$(wildcard $(DIR)/*.c))) -TESTNAMES=branch +TESTNAMES=$(notdir $(subst .c,,$(wildcard $(DIR)/*.c))) CCOMP=../../ccomp #TESTS=$(addprefix $(DIR)/,$(TESTNAMES)) -- cgit