Skip to content

Commit

Permalink
Add (package) stanzas to tests
Browse files Browse the repository at this point in the history
This makes dune runtest -p work right
  • Loading branch information
brendanlong committed May 8, 2020
1 parent bd25bc1 commit 4f3a086
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pgx/test/dune
@@ -1,3 +1,4 @@
(tests
(names test_error_response test_pgx_value)
(libraries alcotest ipaddr pgx))
(libraries alcotest ipaddr pgx)
(package pgx))
1 change: 1 addition & 0 deletions pgx_async/test/dune
@@ -1,3 +1,4 @@
(tests
(names test_pgx_async)
(package pgx_async)
(libraries alcotest alcotest-async pgx_async pgx_test))
1 change: 1 addition & 0 deletions pgx_lwt_unix/test/dune
@@ -1,3 +1,4 @@
(test
(name test_pgx_lwt)
(package pgx_lwt_unix)
(libraries alcotest alcotest-lwt pgx_test pgx_lwt_unix))
1 change: 1 addition & 0 deletions pgx_unix/test/dune
@@ -1,3 +1,4 @@
(test
(name test_pgx_unix)
(package pgx_unix)
(libraries pgx_test pgx_unix))
1 change: 1 addition & 0 deletions pgx_value_core/test/dune
@@ -1,3 +1,4 @@
(tests
(names test_pgx_value_core)
(package pgx_value_core)
(libraries alcotest pgx_value_core))

0 comments on commit 4f3a086

Please sign in to comment.