From f3cd909d09c882417750604a641dc8407129dce0 Mon Sep 17 00:00:00 2001 From: Theta Nil <20186755+thetanil@users.noreply.github.com> Date: Tue, 21 Jun 2022 09:14:21 -0400 Subject: [PATCH] disable only calls tests --- test/libc/test.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/libc/test.mk b/test/libc/test.mk index 02b30e514..982d06eac 100644 --- a/test/libc/test.mk +++ b/test/libc/test.mk @@ -1,11 +1,12 @@ #-*-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: \ o/$(MODE)/test/libc/alg \ o/$(MODE)/test/libc/bits \ - o/$(MODE)/test/libc/calls \ o/$(MODE)/test/libc/dns \ o/$(MODE)/test/libc/fmt \ o/$(MODE)/test/libc/intrin \