Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
cad49c82
Commit
cad49c82
authored
Feb 20, 2008
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
need to include ma_test_all-t and ma_test_recovery.* into the source
tarball, so that those tests are run on all platforms.
parent
d4cd242f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
storage/maria/unittest/Makefile.am
storage/maria/unittest/Makefile.am
+2
-1
No files found.
storage/maria/unittest/Makefile.am
View file @
cad49c82
...
...
@@ -18,7 +18,8 @@ AM_CPPFLAGS = @ZLIB_INCLUDES@ -I$(top_builddir)/include \
-I
$(top_srcdir)
/include
-I
$(top_srcdir)
/unittest/mytap
INCLUDES
=
@ZLIB_INCLUDES@
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/include
-I
$(top_srcdir)
/unittest/mytap
EXTRA_DIST
=
CMakeLists.txt
EXTRA_DIST
=
ma_test_all-t CMakeLists.txt
\
ma_test_recovery.pl ma_test_recovery.expected
# Only reason to link with libmyisam.a here is that it's where some fulltext
# pieces are (but soon we'll remove fulltext dependencies from Maria).
LDADD
=
$(top_builddir)
/unittest/mytap/libmytap.a
\
...
...
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