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
bin/g*
scripts/update_test
scripts/dataset_test
api/cpp/example/example
Parser/Sparql*

View File

@ -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

View File

@ -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"