Skip to content

Commit

Permalink
Merge pull request #598 from Microsoft/radhikajoeelfoedump
Browse files Browse the repository at this point in the history
Remove oeelf and oedump #563
  • Loading branch information
soccerGB committed Aug 27, 2018
2 parents f0b7ca4 + b3ea8f9 commit ccb0f43
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 440 deletions.
4 changes: 1 addition & 3 deletions docs/GettingStartedDocs/AdvancedTestInfo.md
Expand Up @@ -13,9 +13,7 @@ build$ make
```

To run valgrind-tests, add "**-D ExperimentalMemCheck**" to the ctest call.
Enclave tests all seem to fail today, though this succeeds:
Enclave tests all seem to fail today.

```
build$ ctest -D ExperimentalMemCheck -R oeelf
```
Execute the tests via ctest (see "man ctest" for details).
2 changes: 1 addition & 1 deletion docs/GettingStartedDocs/prerequisites.md
Expand Up @@ -26,7 +26,7 @@ The files and directories in the top-level directory are described as follows.
- [samples](samples) - Contains enclave-development sample sources
- [scripts](scripts) - Contains Shell scripts
- [tests](tests) - Contains all test programs, which may also serve as samples
- [tools](tools) - Contains command-line tools (oesgx, oesign, oegen, oeelf)
- [tools](tools) - Contains command-line tools (oesgx, oesign, oegen)

Install Prerequisites
======================
Expand Down
2 changes: 0 additions & 2 deletions tools/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

add_subdirectory(oedump)
add_subdirectory(oeelf)
add_subdirectory(oegen)
add_subdirectory(oesgx)
add_subdirectory(oesign)
16 changes: 0 additions & 16 deletions tools/oedump/CMakeLists.txt

This file was deleted.

256 changes: 0 additions & 256 deletions tools/oedump/main.c

This file was deleted.

15 changes: 0 additions & 15 deletions tools/oeelf/CMakeLists.txt

This file was deleted.

3 changes: 0 additions & 3 deletions tools/oeelf/README.md

This file was deleted.

0 comments on commit ccb0f43

Please sign in to comment.