Skip to content

Commit 9419f2f

Browse files
committed
Build: include delect function in bulk version so it is covered in tests
1 parent 9f95e78 commit 9419f2f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

make/rebol3.nest

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ include-rebol-bulk: [
527527
:include-prot-whois
528528
:include-prot-mysql
529529

530-
; :include-dialecting ;`delect` function (not used so far)
530+
:include-dialecting ;`delect`
531531

532532
;- for tests:
533533
;:include-test-extension

src/tests/units/delect-test.r3

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Rebol [
99
~~~start-file~~~ "DELECT"
1010

1111
===start-group=== "Delect"
12+
; test only if `delect` is available
13+
if find lib 'delect [
1214
dialect: context [
1315
default: []
1416
cmd: [any-string! integer!]
@@ -36,7 +38,7 @@ Rebol [
3638
--assert out = [cmd #[none] 5]
3739

3840
;-- should be extended with more tests...
39-
41+
]
4042
===end-group===
4143

4244
~~~end-file~~~

0 commit comments

Comments
 (0)