File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# EMB
2+
3+ [ ![ DOI] ( https://zenodo.org/badge/94008854.svg )] ( https://zenodo.org/badge/latestdoi/94008854 )
4+
5+
6+
27[ EvoMaster] ( http://evomaster.org ) Benchmark (EMB):
38a set of web/enterprise applications for scientific research in Software Engineering.
49
@@ -154,10 +159,6 @@ In the built `dist` folder, the files will be organized as follows:
154159* For NodeJS: under the folder ` <name> ` (for each NodeJS SUT), the SUT is available under ` src ` , whereas the instrumented version is under ` build ` .
155160* For .NET: currently only the instrumented version is available (WORK IN PROGRESS)
156161
157- Note: the building of .NET SUTs/drivers is disabled by default in ` dist.py ` .
158- The reason is that, at the time of this writing, it is _ very_ expensive to publish libraries on NuGet (due to the high costs of code certificates).
159- The EM Driver library for .NET would have to be installed manually on local machine before any of the C# drivers can be used.
160-
161162
162163
163164For running experiments with EvoMaster, you can also "start" each driver directly from an IDE (e.g., IntelliJ).
Original file line number Diff line number Diff line change @@ -247,8 +247,7 @@ def makeZip():
247247build_jdk_11_gradle ()
248248build_js_npm ()
249249
250- # Note: if uncomment this, must first install EM client manually, as not available on NuGet
251- #build_dotnet_3()
250+ build_dotnet_3 ()
252251
253252
254253copyEvoMasterAgent ()
You can’t perform that action at this time.
0 commit comments