Skip to content

Commit d057f8b

Browse files
committed
Merge branch 'master' of https://github.com/EMResearch/EMB into develop
2 parents a95d6fd + d8fe4ff commit d057f8b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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):
38
a 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

163164
For running experiments with EvoMaster, you can also "start" each driver directly from an IDE (e.g., IntelliJ).

scripts/dist.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ def makeZip():
247247
build_jdk_11_gradle()
248248
build_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

254253
copyEvoMasterAgent()

0 commit comments

Comments
 (0)