From eefaaeba86a7eeeeee7ec272f3f91b7e2275b170 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Wed, 7 Nov 2018 23:35:46 +0100 Subject: [PATCH] fix dotnet test path --- makefiles/Makefile.dotnet.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/Makefile.dotnet.mk b/makefiles/Makefile.dotnet.mk index 8986d83463..759d00e057 100644 --- a/makefiles/Makefile.dotnet.mk +++ b/makefiles/Makefile.dotnet.mk @@ -616,7 +616,7 @@ test_dotnet_examples_csharp: \ rdotnet_xkcd.cs \ rdotnet_young_tableaux.cs \ rdotnet_zebra.cs - $(MAKE) run SOURCE=examples/dotnet/coins_grid.cs ARGS="5 2" + $(MAKE) run SOURCE=examples/contrib/coins_grid.cs ARGS="5 2" # $(MAKE) rdotnet_nontransitive_dice # too long # $(MAKE) rdotnet_partition # too long # $(MAKE) rdotnet_secret_santa # too long