Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lib_mysqludf_stem
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
lib_mysqludf_stem
Commits
9dc3e21a
Commit
9dc3e21a
authored
Sep 23, 2015
by
Kazuhiko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename test to tests to avoid conflict with make target.
parent
da50aa5e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile.am
Makefile.am
+4
-4
tests/stem_word.result
tests/stem_word.result
+0
-0
tests/stem_word.test
tests/stem_word.test
+0
-0
No files found.
Makefile.am
View file @
9dc3e21a
...
...
@@ -4,7 +4,7 @@ lib_mysqludf_stem_la_CXXFLAGS = -DSTANDARD -DMYSQL_SERVER @MYSQL_CFLAGS@
lib_mysqludf_stem_la_LDFLAGS
=
-module
-avoid-version
-no-undefined
-L
$(CURDIR)
/libstemmer_c
-lstemmer
SUBDIRS
=
libstemmer_c
EXTRA_DIST
=
test
*
.sql API Makefile.libstemmer_c
EXTRA_DIST
=
test
s
*
.sql API Makefile.libstemmer_c
.PHONY
:
test
...
...
@@ -26,10 +26,10 @@ dist-hook:
find
$(distdir)
-name
.svn
-o
-name
.DS_Store
-o
-name
.cdtproject
-o
-name
.project
-o
-name
.settings | xargs
--no-run-if-empty
rm
-rf
test
:
for
i
in
`
ls test
/
*
.result |
awk
-F
"."
'{print $$1}'
`
;
do
echo
"
$$
i"
;
$(MYSQLTEST)
--result-file
=
$$
i.result <
$$
i.test
;
done
for
i
in
`
ls
test
s
/
*
.result |
awk
-F
"."
'{print $$1}'
`
;
do
echo
"
$$
i"
;
$(MYSQLTEST)
--result-file
=
$$
i.result <
$$
i.test
;
done
test-generate
:
for
i
in
`
ls test
/
*
.test |
awk
-F
"."
'{print $$1}'
`
;
do
echo
"
$$
i"
;
$(MYSQLTEST)
--result-file
=
$$
i.result
--record
<
$$
i.test
;
done
for
i
in
`
ls
test
s
/
*
.test |
awk
-F
"."
'{print $$1}'
`
;
do
echo
"
$$
i"
;
$(MYSQLTEST)
--result-file
=
$$
i.result
--record
<
$$
i.test
;
done
test-clean
:
rm test
/
*
.log
test
/
*
.reject
\ No newline at end of file
rm
tests/
*
.log tests/
*
.reject
test/stem_word.result
→
test
s
/stem_word.result
View file @
9dc3e21a
File moved
test/stem_word.test
→
test
s
/stem_word.test
View file @
9dc3e21a
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment