Home
last modified time | relevance | path

Searched refs:test_all (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/tcplp/lib/test/
DMakefile4 all: test_all
9 test_all.o: test_all.c
10 clang -c $(CFLAGS) test_all.c -o $@
12 test_all: test_all.o cbuf.o lbuf.o bitmap.o target
13 clang test_all.o cbuf.o lbuf.o bitmap.o -o test_all
16 rm -f *.o test_all