Skip to content

Commit

Permalink
Remove obsolete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerl13 committed May 15, 2020
1 parent e1d51d1 commit 640b0a2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 65 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
all: tests bench

test:
dune test

bench:
dune build ./bench.exe

clean:
dune clean

.PHONY: all clean bench test
File renamed without changes.
14 changes: 0 additions & 14 deletions src/Makefile

This file was deleted.

13 changes: 0 additions & 13 deletions src/tests/dune

This file was deleted.

10 changes: 0 additions & 10 deletions src/tests/ocamlrandom.ml

This file was deleted.

13 changes: 0 additions & 13 deletions src/tests/splitmix.ml

This file was deleted.

15 changes: 0 additions & 15 deletions src/tests/xoshiro.ml

This file was deleted.

0 comments on commit 640b0a2

Please sign in to comment.