docs: add ignore files

This commit is contained in:
bookug 2018-11-19 15:16:40 +08:00
parent 3100d79aac
commit 0317606791
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
*.hex *.hex
bin/g* bin/g*
scripts/update_test scripts/update_test
scripts/dataset_test
api/cpp/example/example api/cpp/example/example
Parser/Sparql* Parser/Sparql*

View File

@ -536,7 +536,7 @@ test: $(TARGET)
@echo "basic build/query/add/sub/drop test......" @echo "basic build/query/add/sub/drop test......"
@bash scripts/basic_test.sh @bash scripts/basic_test.sh
@echo "repeatedly insertion/deletion test......" @echo "repeatedly insertion/deletion test......"
@bin/update_test > /dev/null @scripts/update_test > /dev/null
@echo "parser test......" @echo "parser test......"
@bash scripts/parser_test.sh @bash scripts/parser_test.sh

View File

@ -25,8 +25,8 @@ do
if [ -s "equal.txt" ]; then if [ -s "equal.txt" ]; then
echo "parser test #"$i" failed" echo "parser test #"$i" failed"
all_passed=false all_passed=false
else #else
echo "parser test #"$i" passed" #echo "parser test #"$i" passed"
fi fi
$gdrop "parser_test" > "tmp.txt" $gdrop "parser_test" > "tmp.txt"