docs: add ignore files
This commit is contained in:
parent
3100d79aac
commit
0317606791
|
@ -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*
|
||||||
|
|
2
makefile
2
makefile
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue