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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
aa9646c8
Commit
aa9646c8
authored
Feb 24, 2009
by
Daniel Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include collections in dist
parent
54d05087
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mysql-test/Makefile.am
mysql-test/Makefile.am
+2
-1
No files found.
mysql-test/Makefile.am
View file @
aa9646c8
...
@@ -33,7 +33,7 @@ endif
...
@@ -33,7 +33,7 @@ endif
benchdir_root
=
$(prefix)
benchdir_root
=
$(prefix)
testdir
=
$(benchdir_root)
/mysql-test
testdir
=
$(benchdir_root)
/mysql-test
EXTRA_SCRIPTS
=
mysql-test-run-shell.sh install_test_db.sh valgrind.supp
$(PRESCRIPTS)
EXTRA_SCRIPTS
=
mysql-test-run-shell.sh install_test_db.sh valgrind.supp
$(PRESCRIPTS)
EXTRA_DIST
=
$(EXTRA_SCRIPTS)
suite
EXTRA_DIST
=
$(EXTRA_SCRIPTS)
suite
collections
GENSCRIPTS
=
mysql-test-run-shell mysql-test-run install_test_db mtr
GENSCRIPTS
=
mysql-test-run-shell mysql-test-run install_test_db mtr
PRESCRIPTS
=
mysql-test-run.pl mysql-stress-test.pl
PRESCRIPTS
=
mysql-test-run.pl mysql-stress-test.pl
test_SCRIPTS
=
$(GENSCRIPTS)
$(PRESCRIPTS)
test_SCRIPTS
=
$(GENSCRIPTS)
$(PRESCRIPTS)
...
@@ -80,6 +80,7 @@ install-data-local:
...
@@ -80,6 +80,7 @@ install-data-local:
$(DESTDIR)$(testdir)
/std_data/ndb_backup50_data_be
\
$(DESTDIR)$(testdir)
/std_data/ndb_backup50_data_be
\
$(DESTDIR)$(testdir)
/std_data/ndb_backup50_data_le
\
$(DESTDIR)$(testdir)
/std_data/ndb_backup50_data_le
\
$(DESTDIR)$(testdir)
/lib
\
$(DESTDIR)$(testdir)
/lib
\
$(DESTDIR)$(testdir)
/collections
\
$(DESTDIR)$(testdir)
/std_data/funcs_1
$(DESTDIR)$(testdir)
/std_data/funcs_1
$(INSTALL_DATA)
$(srcdir)
/README
$(DESTDIR)$(testdir)
$(INSTALL_DATA)
$(srcdir)
/README
$(DESTDIR)$(testdir)
-
$(INSTALL_DATA)
$(srcdir)
/t/
*
.def
$(DESTDIR)$(testdir)
/t
-
$(INSTALL_DATA)
$(srcdir)
/t/
*
.def
$(DESTDIR)$(testdir)
/t
...
...
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