@@ -16,106 +16,106 @@ if(BEMAN_USE_MODULES)
1616 execution-module.test # execution-module.test.cpp
1717 stop-token-module.test # stop-token-module.test.cpp
1818 )
19+ else ()
20+ list (
21+ APPEND execution_tests
22+ issue-174.test
23+ issue-186.test
24+ exec-scope-counting.test
25+ exec-spawn.test
26+ exec-stop-when.test
27+ exec-prop.test
28+ exec-scope-simple-counting.test
29+ exec-spawn-future.test
30+ exec-scope-concepts.test
31+ issue-144.test
32+ exec-on .test
33+ notify.test
34+ exec-awaitable.test
35+ allocator-requirements-general.test
36+ exec-connect.test
37+ exec-continues-on .test
38+ exec-domain-default.test
39+ exec-fwd-env.test
40+ exec-general.test
41+ exec-get -allocator.test
42+ exec-get -compl-sched.test
43+ exec-get -delegation-scheduler.test
44+ exec-get -domain.test
45+ exec-get -env.test
46+ exec-get -scheduler.test
47+ exec-get -stop-token.test
48+ exec-getcomplsigs.test
49+ exec-into-variant.test
50+ exec-just.test
51+ exec-let.test
52+ exec-opstate-start .test
53+ exec-opstate.test
54+ exec-read-env.test
55+ exec-recv-concepts.test
56+ exec-recv.test
57+ exec-run-loop-general.test
58+ exec-run-loop-types.test
59+ exec-sched.test
60+ exec-schedule-from.test
61+ exec-schedule.test
62+ exec-set-error.test
63+ exec-set-stopped.test
64+ exec-set-value .test
65+ exec-snd-apply.test
66+ exec-snd-concepts.test
67+ exec-snd-expos.test
68+ exec-snd-transform.test
69+ exec-starts-on .test
70+ exec-split.test
71+ exec-sync-wait.test
72+ exec-then.test
73+ exec-utils-cmplsigs.test
74+ exec-when-all .test
75+ exec-with-awaitable-senders.test
76+ execution-queryable-concept.test
77+ exec-bulk.test
78+ execution-syn.test
79+ forward-like.test
80+ function -objects.test
81+ functional-syn.test
82+ meta-combine.test
83+ meta-contains.test
84+ meta-filter .test
85+ meta-prepend.test
86+ meta-transform.test
87+ meta-unique.test
88+ stopcallback-cons.test
89+ stopcallback-general.test
90+ stopcallback-inplace-cons.test
91+ stopcallback-inplace-general.test
92+ stopcallback-inplace.test
93+ stopcallback.test
94+ stopsource-cons.test
95+ stopsource-general.test
96+ stopsource-inplace-cons.test
97+ stopsource-inplace-general.test
98+ stopsource-inplace-mem.test
99+ stopsource-inplace.test
100+ stopsource-mem.test
101+ stopsource.test
102+ stoptoken-concepts.test
103+ stoptoken-general.test
104+ stoptoken-inplace-general.test
105+ stoptoken-inplace-members.test
106+ stoptoken-inplace.test
107+ stoptoken-mem.test
108+ stoptoken-never-general.test
109+ stoptoken-never.test
110+ stoptoken.test
111+ thread-stoptoken-intro.test
112+ thread-stoptoken-syn.compile.test
113+ thread-stoptoken.test
114+ thread.test
115+ utilities.test
116+ )
19117endif ()
20118
21- list (
22- APPEND execution_tests
23- issue-174.test
24- issue-186.test
25- exec-scope-counting.test
26- exec-spawn.test
27- exec-stop-when.test
28- exec-prop.test
29- exec-scope-simple-counting.test
30- exec-spawn-future.test
31- exec-scope-concepts.test
32- issue-144.test
33- exec-on .test
34- notify.test
35- exec-awaitable.test
36- allocator-requirements-general.test
37- exec-connect.test
38- exec-continues-on .test
39- exec-domain-default.test
40- exec-fwd-env.test
41- exec-general.test
42- exec-get -allocator.test
43- exec-get -compl-sched.test
44- exec-get -delegation-scheduler.test
45- exec-get -domain.test
46- exec-get -env.test
47- exec-get -scheduler.test
48- exec-get -stop-token.test
49- exec-getcomplsigs.test
50- exec-into-variant.test
51- exec-just.test
52- exec-let.test
53- exec-opstate-start .test
54- exec-opstate.test
55- exec-read-env.test
56- exec-recv-concepts.test
57- exec-recv.test
58- exec-run-loop-general.test
59- exec-run-loop-types.test
60- exec-sched.test
61- exec-schedule-from.test
62- exec-schedule.test
63- exec-set-error.test
64- exec-set-stopped.test
65- exec-set-value .test
66- exec-snd-apply.test
67- exec-snd-concepts.test
68- exec-snd-expos.test
69- exec-snd-transform.test
70- exec-starts-on .test
71- exec-split.test
72- exec-sync-wait.test
73- exec-then.test
74- exec-utils-cmplsigs.test
75- exec-when-all .test
76- exec-with-awaitable-senders.test
77- execution-queryable-concept.test
78- exec-bulk.test
79- execution-syn.test
80- forward-like.test
81- function -objects.test
82- functional-syn.test
83- meta-combine.test
84- meta-contains.test
85- meta-filter .test
86- meta-prepend.test
87- meta-transform.test
88- meta-unique.test
89- stopcallback-cons.test
90- stopcallback-general.test
91- stopcallback-inplace-cons.test
92- stopcallback-inplace-general.test
93- stopcallback-inplace.test
94- stopcallback.test
95- stopsource-cons.test
96- stopsource-general.test
97- stopsource-inplace-cons.test
98- stopsource-inplace-general.test
99- stopsource-inplace-mem.test
100- stopsource-inplace.test
101- stopsource-mem.test
102- stopsource.test
103- stoptoken-concepts.test
104- stoptoken-general.test
105- stoptoken-inplace-general.test
106- stoptoken-inplace-members.test
107- stoptoken-inplace.test
108- stoptoken-mem.test
109- stoptoken-never-general.test
110- stoptoken-never.test
111- stoptoken.test
112- thread-stoptoken-intro.test
113- thread-stoptoken-syn.compile.test
114- thread-stoptoken.test
115- thread.test
116- utilities.test
117- )
118-
119119include_directories (${CMAKE_CURRENT_SOURCE_DIR} /include )
120120
121121foreach (test ${execution_tests} )
0 commit comments