corelib/tests/list.mk
Emmanuel BENOîT e8e0e8101d Reference-counting helpers - Tests clean-up
Only test either the atomic or the simple version through the test
class, and have the type to test as a template argument.

Also added test source list file, which had been modified but forgotten
in previous commits.
2019-01-02 16:52:38 +01:00

39 lines
601 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 \
ref-count \
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