diff --git a/makefiles/Makefile.dotnet.mk b/makefiles/Makefile.dotnet.mk index 82a9707e68..86249e0942 100644 --- a/makefiles/Makefile.dotnet.mk +++ b/makefiles/Makefile.dotnet.mk @@ -498,9 +498,9 @@ test_dotnet_tests: $(MAKE) run_test SOURCE=examples/tests/ConstraintSolverTests.cs $(MAKE) run_test SOURCE=examples/tests/RoutingSolverTests.cs $(MAKE) run_test SOURCE=examples/tests/SatSolverTests.cs - $(MAKE) run SOURCE=examples/tests/issue18.cs - $(MAKE) run SOURCE=examples/tests/issue22.cs - $(MAKE) run SOURCE=examples/tests/issue33.cs + $(MAKE) run_test SOURCE=examples/tests/issue18.cs + $(MAKE) run_test SOURCE=examples/tests/issue22.cs + $(MAKE) run_test SOURCE=examples/tests/issue33.cs .PHONY: test_dotnet_contrib # Build and Run all .Net Examples (located in examples/contrib) test_dotnet_contrib: