Skip to content

Commit a4e9689

Browse files
committed
[refactor] move test folder into root
1 parent 70f92a5 commit a4e9689

File tree

8 files changed

+2
-3
lines changed

8 files changed

+2
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
**/a.out
33
**/main
44
**/*_test
5-
**/test_*/
65
**/.gdb_history

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- 简单的编译方式
1818

1919
```bash
20-
gcc main.cc -o main
20+
gcc cpp_ptrace_version/main.cc -o main
2121
```
2222

2323
- 类似于 AFL-fuzz 的使用方式
@@ -40,7 +40,7 @@
4040
以下是该项目自带的一个测试样例
4141

4242
```bash
43-
gcc main.cc -o main
43+
gcc cpp_ptrace_version/main.cc -o main
4444

4545
pushd test/bin
4646
./build.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)