Skip to content

Commit

Permalink
Limit tests to appropriate package
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-j-hu committed Aug 4, 2020
1 parent 3a2d5fc commit 630b465
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/docs.yml

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# ocaml-plist-xml

Pure OCaml implementation of https://www.apple.com/DTDs/PropertyList-1.0.dtd.

This package follows [SemVer](https://semver.org/). It is still in version
0.X, so X will be incremented for breaking changes.

The documentation is located at https://dosaylazy.github.io/ocaml-plist-xml.
2 changes: 2 additions & 0 deletions test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@

(test
(name test_sync)
(package plist-xml)
(deps (glob_files pass/*.plist) (glob_files fail/*.plist))
(libraries plist-xml test_common unix)
(modules test_sync))

(test
(name test_lwt)
(package plist-xml-lwt)
(deps (glob_files pass/*.plist) (glob_files fail/*.plist))
(libraries lwt lwt.unix markup-lwt.unix plist-xml-lwt test_common)
(modules test_lwt))

0 comments on commit 630b465

Please sign in to comment.