diff options
author | unknown <guilhem@gbichot2.(none)> | 2006-11-30 12:14:36 +0100 |
---|---|---|
committer | unknown <guilhem@gbichot2.(none)> | 2006-11-30 12:14:36 +0100 |
commit | 3345ed80a569bbd96fb9e0f3d9a0d5e1c0e1b3b7 (patch) | |
tree | 0be58915ce140ea8bb9c6ce5c9dfb16f06b465b5 /unittest | |
parent | adfba203ffd1bd89d74a63ff09de9b9a40fb64d7 (diff) | |
download | mariadb-git-3345ed80a569bbd96fb9e0f3d9a0d5e1c0e1b3b7.tar.gz |
Maria - pagecache unit tests: add test_file.h to the tarball
unittest/mysys/Makefile.am:
add test_file.h in the tarball
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/mysys/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unittest/mysys/Makefile.am b/unittest/mysys/Makefile.am index 9b230272329..3ef1c3af587 100644 --- a/unittest/mysys/Makefile.am +++ b/unittest/mysys/Makefile.am @@ -17,8 +17,8 @@ noinst_PROGRAMS = bitmap-t base64-t my_atomic-t \ # tests for mysys/mf_pagecache.c -mf_pagecache_single_src = mf_pagecache_single.c $(top_srcdir)/mysys/mf_pagecache.c test_file.c -mf_pagecache_consist_src = mf_pagecache_consist.c $(top_srcdir)/mysys/mf_pagecache.c test_file.c +mf_pagecache_single_src = mf_pagecache_single.c $(top_srcdir)/mysys/mf_pagecache.c test_file.c test_file.h +mf_pagecache_consist_src = mf_pagecache_consist.c $(top_srcdir)/mysys/mf_pagecache.c test_file.c test_file.h mf_pagecache_common_cppflags = -DEXTRA_DEBUG -DPAGECACHE_DEBUG -DMAIN mf_pagecache_single_1k_t_SOURCES = $(mf_pagecache_single_src) |