cosmopolitan/test/BUILD.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
421 B
Makefile
Raw Normal View History

2020-06-15 14:18:57 +00:00
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
.PHONY: o/$(MODE)/test
o/$(MODE)/test: o/$(MODE)/test/ctl \
o/$(MODE)/test/dsp \
2020-06-15 14:18:57 +00:00
o/$(MODE)/test/libc \
2024-01-09 17:51:59 +00:00
o/$(MODE)/test/libcxx \
o/$(MODE)/test/math \
o/$(MODE)/test/net \
2023-11-12 13:41:30 +00:00
o/$(MODE)/test/posix \
2020-06-15 14:18:57 +00:00
o/$(MODE)/test/tool