docs: add ignore files
This commit is contained in:
parent
3100d79aac
commit
0317606791
|
@ -8,6 +8,7 @@
|
|||
*.hex
|
||||
bin/g*
|
||||
scripts/update_test
|
||||
scripts/dataset_test
|
||||
api/cpp/example/example
|
||||
|
||||
Parser/Sparql*
|
||||
|
|
2
makefile
2
makefile
|
@ -536,7 +536,7 @@ test: $(TARGET)
|
|||
@echo "basic build/query/add/sub/drop test......"
|
||||
@bash scripts/basic_test.sh
|
||||
@echo "repeatedly insertion/deletion test......"
|
||||
@bin/update_test > /dev/null
|
||||
@scripts/update_test > /dev/null
|
||||
@echo "parser test......"
|
||||
@bash scripts/parser_test.sh
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@ do
|
|||
if [ -s "equal.txt" ]; then
|
||||
echo "parser test #"$i" failed"
|
||||
all_passed=false
|
||||
else
|
||||
echo "parser test #"$i" passed"
|
||||
#else
|
||||
#echo "parser test #"$i" passed"
|
||||
fi
|
||||
|
||||
$gdrop "parser_test" > "tmp.txt"
|
||||
|
|
Loading…
Reference in New Issue