We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d5e70 commit 925183bCopy full SHA for 925183b
make.sh
@@ -1 +1,4 @@
1
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
@@ -1,2 +1,5 @@
chmod +x ./insert-into-a-binary-search-tree/test.bin
./insert-into-a-binary-search-tree/test.bin
+chmod +x ./check-if-it-is-a-good-array/test.bin
5
+./check-if-it-is-a-good-array/test.bin
0 commit comments