Skip to content

Commit 129bc12

Browse files
committed
Add unit tests for definition order validation.
Signed-off-by: Cong Wang <cwang@multikernel.io>
1 parent e93e7df commit 129bc12

File tree

2 files changed

+411
-1
lines changed

2 files changed

+411
-1
lines changed

tests/dune

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,11 @@
426426
(modules test_void_functions)
427427
(libraries kernelscript alcotest str test_utils))
428428

429+
(executable
430+
(name test_definition_order)
431+
(modules test_definition_order)
432+
(libraries kernelscript alcotest))
433+
429434

430435

431436
; Top-level alias to run all tests
@@ -513,4 +518,5 @@
513518
test_detach_api.exe
514519
test_tc.exe
515520
test_exec.exe
516-
test_void_functions.exe))
521+
test_void_functions.exe
522+
test_definition_order.exe))

0 commit comments

Comments
 (0)