Skip to content

Commit 4bfe542

Browse files
authored
Move ounit_tests to tests folder (#7096)
* Move ounit_tests to tests folder * CHANGELOG
1 parent 1437815 commit 4bfe542

31 files changed

+4
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
- Run `build_tests` on Windows. https://github.com/rescript-lang/rescript-compiler/pull/7065
5555
- Rename folder "jscomp" to "compiler". https://github.com/rescript-lang/rescript-compiler/pull/7086
5656
- Disable -bs-cross-module-opt for tests. https://github.com/rescript-lang/rescript-compiler/pull/7071
57+
- Move `ounit_tests` into the `tests` folder. https://github.com/rescript-lang/rescript-compiler/pull/7096
5758

5859
# 12.0.0-alpha.3
5960

compiler/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(dirs bsb bsb_exe bsb_helper bsb_helper_exe bsc cmij common core depends ext
2-
frontend gentype jsoo js_parser ml ounit_tests syntax)
2+
frontend gentype jsoo js_parser ml syntax)
33

44
(env
55
(dev

dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(dirs compiler)
1+
(dirs compiler tests)

tests/dune

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(dirs ounit_tests)
File renamed without changes.

0 commit comments

Comments
 (0)