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