corelib/tests/list.mk

40 lines
601 B
Makefile
Raw Normal View History

TESTS = \
alloc-pool \
ring-buffer \
2017-11-01 22:07:41 +01:00
buffers \
ptr-owned \
ptr-shared \
ptr-weak \
arrays-basic \
arrays-objects \
2017-11-02 14:23:19 +01:00
arrays-iter \
arrays-static-basic \
arrays-static-objects \
arrays-auto \
arrays-multi \
2017-11-01 22:07:41 +01:00
strings \
strings-iterator \
strings-storage \
strings-builder \
binary-reader \
binary-writer \
optional \
union \
variant \
hash-functions \
hash-index \
key-value-table \
object-table \
fs-path \
ref-count \
srd-mem-target \
srd-lexer \
srd-text-writer \
srd-bin-reader \
srd-bin-writer \
srd-parser-defs \
srd-parser-cfg \
srd-parser \
2018-03-31 16:58:13 +02:00
syntax-tree \
# END