Skip to content

Commit 33e5c37

Browse files
brsonlarsbergstrom
authored andcommitted
Fix check target
1 parent 0c2e1d8 commit 33e5c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ check: tests
3232

3333
tests: $(libhttp_files)
3434
$(RUSTC) $(RUSTFLAGS) --test -o tests $(VPATH)/src/libhttp/lib.rs
35-
tests --test
35+
./tests --test
3636

3737
clean-tests:
3838
rm -f tests

0 commit comments

Comments
 (0)