Skip to content

Commit 925183b

Browse files
committed
测试
1 parent 54d5e70 commit 925183b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

make.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
g++ ./insert-into-a-binary-search-tree/test.cpp -l cppunit -o ./insert-into-a-binary-search-tree/test.bin -I ./insert-into-a-binary-search-tree -v
2+
3+
4+
g++ ./check-if-it-is-a-good-array/test.cpp -l gtest -o ./check-if-it-is-a-good-array/test.bin -I ./check-if-it-is-a-good-array -v -l pthread

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
chmod +x ./insert-into-a-binary-search-tree/test.bin
22
./insert-into-a-binary-search-tree/test.bin
3+
4+
chmod +x ./check-if-it-is-a-good-array/test.bin
5+
./check-if-it-is-a-good-array/test.bin

0 commit comments

Comments
 (0)