39 lines
798 B
Text
39 lines
798 B
Text
TESTING "Steam-Layer Foundations: basics and fundamental facilities" ./test-suite --group=common
|
|
|
|
|
|
|
|
TEST "Allocation Cluster" AllocationCluster_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
TEST "Generic Query representation" QueryText_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
TEST "Query support utilities" QueryUtils_test <<END
|
|
out-lit: ..original : a A AA dufte 1a _1 A_A BÄH White space §&Ω%€GΩ%€ar ☠☠☠ baäääääge!!!!! :
|
|
out-lit: normalised : a a aA dufte o1a o_1 a_A bH o white_space gar_bage :
|
|
return: 0
|
|
END
|
|
|
|
|
|
PLANNED "StreamTypeBasics_test" StreamTypeBasics_test <<END
|
|
END
|
|
|
|
|
|
PLANNED "StreamTypeLifecycle_test" StreamTypeLifecycle_test <<END
|
|
END
|
|
|
|
|
|
TEST "custom allocator(I)" SimpleAllocator_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
TEST "custom allocator(II)" TypedAllocationManager_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|