make dotnet tests run for 'test' target

This commit is contained in:
Meredith L. Patterson 2014-01-05 01:57:19 +01:00
parent 4cdf99a807
commit 0ee77d776f
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ Depends(dotnettestlib, hammer_dll)
Depends(dotnettestlib, libhammer_dotnet)
dotnettest = Alias("testdotnet", [dotnettestexec], dotnettestexec)
AlwaysBuild(dotnettestexec)
testruns.extend(dotnettestlib)
testruns.append(dotnettestexec)
#dotnetinstallexec = dotnetenv.Command(None, libhammer_dotnet, "make install -C " + targetdir)
#dotnetinstall = Alias("installdotnet", [dotnetinstallexec], dotnetinstallexec)