Skip to content

Commit

Permalink
Remove Weak Lin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jun 12, 2023
1 parent 9b85211 commit e24cf47
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
18 changes: 0 additions & 18 deletions src/weak/dune
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,3 @@
(libraries qcheck-stm.sequential qcheck-stm.domain)
(action (run %{test} --verbose))
)

(test
(name lin_tests_dsl)
(modules lin_tests_dsl)
(package multicoretests)
(libraries qcheck-lin.domain)
; (action (run %{test} --verbose))
(action (echo "Skipping src/weak/%{test} from the test suite\n\n"))
)

(test
(name lin_tests_dsl_hashset)
(modules lin_tests_dsl_hashset)
(package multicoretests)
(libraries qcheck-lin.domain)
; (action (run %{test} --verbose))
(action (echo "Skipping src/weak/%{test} from the test suite\n\n"))
)
29 changes: 0 additions & 29 deletions src/weak/lin_tests_dsl.ml

This file was deleted.

34 changes: 0 additions & 34 deletions src/weak/lin_tests_dsl_hashset.ml

This file was deleted.

0 comments on commit e24cf47

Please sign in to comment.