corelib/tests/list.mk
Emmanuel BENOîT 53fbc35c43 FSPath - Started writing tests
I'm not satisfied with how the class works regarding differences between
Linux and Windows, however.
2018-12-16 13:48:17 +01:00

38 lines
588 B
Makefile

TESTS = \
alloc-pool \
ring-buffer \
buffers \
ptr-owned \
ptr-shared \
ptr-weak \
arrays-basic \
arrays-objects \
arrays-iter \
arrays-static-basic \
arrays-static-objects \
arrays-auto \
arrays-multi \
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 \
srd-mem-target \
srd-lexer \
srd-text-writer \
srd-bin-reader \
srd-bin-writer \
srd-parser-defs \
srd-parser-cfg \
srd-parser \
syntax-tree \
# END