简体   繁体   English

向自动工具添加其他文件

[英]Adding miscellaneous files to autotools

I have a data files of precalculated data, which should be included in my project under test subdirectory, so that test unit can read them and compare calculated results with what they're supposed to be. 我有一个预先计算的数据的数据文件,该文件应该包含在我的项目的test子目录下,以便测试单位可以读取它们并将计算的结果与预期结果进行比较。 Doing make dist there are not included in the final tarball. 这样做make dist有没有包含在最终的压缩包。 How do I tell automake to include them? 如何告诉自动制作将它们包括在内?

Use EXTRA_DIST. 使用EXTRA_DIST。 See the "Basics of Distribution" section in the manual. 请参见手册中的“分发基础”部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM