Skip to content

Commit

Permalink
Remove oeelf and oedump
Browse files Browse the repository at this point in the history
  • Loading branch information
radhikaj committed Aug 27, 2018
1 parent 7cbe47c commit b3ea8f9
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 b3ea8f9

Please sign in to comment.