Revision 00734cae Makefile.am
b/Makefile.am | ||
---|---|---|
103 | 103 |
test/data/htools \ |
104 | 104 |
test/data/htools/rapi \ |
105 | 105 |
test/hs/shelltests \ |
106 |
test/autotools \ |
|
106 | 107 |
lib \ |
107 | 108 |
lib/build \ |
108 | 109 |
lib/client \ |
... | ... | |
1020 | 1021 |
$(mangen) |
1021 | 1022 |
|
1022 | 1023 |
TEST_FILES = \ |
1024 |
test/autotools/autotools-check-news.test \ |
|
1023 | 1025 |
test/data/htools/clean-nonzero-score.data \ |
1024 | 1026 |
test/data/htools/common-suffix.data \ |
1025 | 1027 |
test/data/htools/empty-cluster.data \ |
... | ... | |
1095 | 1097 |
test/data/kvm_0.9.1_help_boot_test.txt \ |
1096 | 1098 |
test/data/kvm_1.0_help.txt \ |
1097 | 1099 |
test/data/kvm_1.1.2_help.txt \ |
1100 |
test/data/NEWS_OK.txt \ |
|
1101 |
test/data/NEWS_previous_unreleased.txt \ |
|
1098 | 1102 |
test/data/ovfdata/compr_disk.vmdk.gz \ |
1099 | 1103 |
test/data/ovfdata/config.ini \ |
1100 | 1104 |
test/data/ovfdata/corrupted_resources.ovf \ |
... | ... | |
1142 | 1146 |
test/py/gnt-cli.test \ |
1143 | 1147 |
test/py/import-export_unittest-helper |
1144 | 1148 |
|
1149 |
|
|
1145 | 1150 |
python_tests = \ |
1146 | 1151 |
doc/examples/rapi_testutils.py \ |
1147 | 1152 |
test/py/cfgupgrade_unittest.py \ |
... | ... | |
1996 | 2001 |
--srcdir=.. $(HPCEXCL) ; \ |
1997 | 2002 |
hpc report --srcdir=.. live-test $(HPCEXCL) |
1998 | 2003 |
|
1999 |
commit-check: distcheck lint apidoc |
|
2004 |
commit-check: autotools-check distcheck lint apidoc |
|
2005 |
|
|
2006 |
autotools-check: |
|
2007 |
TESTDATA_DIR=./test/data shelltest $(SHELLTESTARGS) \ |
|
2008 |
$(abs_top_srcdir)/test/autotools/*-*.test \ |
|
2009 |
-- --hide-successes |
|
2000 | 2010 |
|
2001 | 2011 |
.PHONY: gitignore-check |
2002 | 2012 |
gitignore-check: |
Also available in: Unified diff