diff --git a/test/libc/test.mk b/test/libc/test.mk index 982d06eac..25e2faeb9 100644 --- a/test/libc/test.mk +++ b/test/libc/test.mk @@ -1,7 +1,5 @@ #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ -# thetanil: disabled temp -# o/$(MODE)/test/libc/calls \ .PHONY: o/$(MODE)/test/libc o/$(MODE)/test/libc: \ @@ -10,6 +8,7 @@ o/$(MODE)/test/libc: \ o/$(MODE)/test/libc/dns \ o/$(MODE)/test/libc/fmt \ o/$(MODE)/test/libc/intrin \ + o/$(MODE)/test/libc/calls \ o/$(MODE)/test/libc/log \ o/$(MODE)/test/libc/mem \ o/$(MODE)/test/libc/nexgen32e \