Skip to content

Commit

Permalink
Merge pull request #283 from talex5/clear-lwt
Browse files Browse the repository at this point in the history
Remove lwt from test file name
  • Loading branch information
talex5 authored Nov 9, 2024
2 parents f14b836 + f96e236 commit b62d3ac
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

default: test build-fuzz

all:
dune build @install test/test.exe test-lwt/test_lwt.exe test-bin/calc.exe
rm -rf _build/_tests
dune runtest --no-buffer -j 1

build-fuzz:
dune build fuzz/fuzz.exe

Expand All @@ -20,6 +15,4 @@ clean:
test:
rm -rf _build/_tests
dune build test test-bin @install
#./_build/default/test/test.bc test core -ev 36
#./_build/default/test-lwt/test.bc test lwt -ev 3
dune build @runtest --no-buffer -j 1
2 changes: 1 addition & 1 deletion test/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(test
(package capnp-rpc-unix)
(name test_lwt)
(name test)
(libraries capnp-rpc capnp-rpc-unix alcotest-lwt testlib logs.fmt
testbed))
File renamed without changes.
1 change: 0 additions & 1 deletion test/test_lwt.mli

This file was deleted.

0 comments on commit b62d3ac

Please sign in to comment.