fix dotnet test path

This commit is contained in:
Laurent Perron
2018-11-07 23:35:46 +01:00
parent 807a8a855b
commit eefaaeba86

View File

@@ -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