Skip to content

Commit

Permalink
Move ounit_tests to tests folder (#7096)
Browse files Browse the repository at this point in the history
* Move ounit_tests to tests folder

* CHANGELOG
  • Loading branch information
cknitt authored Oct 10, 2024
1 parent 1437815 commit 4bfe542
Show file tree
Hide file tree
Showing 31 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
- Run `build_tests` on Windows. https://github.com/rescript-lang/rescript-compiler/pull/7065
- Rename folder "jscomp" to "compiler". https://github.com/rescript-lang/rescript-compiler/pull/7086
- Disable -bs-cross-module-opt for tests. https://github.com/rescript-lang/rescript-compiler/pull/7071
- Move `ounit_tests` into the `tests` folder. https://github.com/rescript-lang/rescript-compiler/pull/7096

# 12.0.0-alpha.3

Expand Down
2 changes: 1 addition & 1 deletion compiler/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(dirs bsb bsb_exe bsb_helper bsb_helper_exe bsc cmij common core depends ext
frontend gentype jsoo js_parser ml ounit_tests syntax)
frontend gentype jsoo js_parser ml syntax)

(env
(dev
Expand Down
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(dirs compiler)
(dirs compiler tests)
1 change: 1 addition & 0 deletions tests/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(dirs ounit_tests)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4bfe542

Please sign in to comment.