From 8a9ee59234cbb91f7a2bd7fb1edab99723f52189 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 25 May 2020 10:59:59 -0400 Subject: [PATCH] MAINT: Makefile path separator for stdlibtest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b18ae34..d5fde9f 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ integration: cargo run -- test -r integration_tests stdlibtest: - cargo run -- test -r std/tests + cargo run -- test -r std$(pathchar)tests install: test cargo install --path . --force