aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2016-01-28 14:05:59 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-01-28 14:07:40 +0300
commit949d6810bb53a10ab6428843e8d6d91609bd4294 (patch)
treed47ad89480c894e6cef9106d888b967ecc56047f
parent8dcbe485c3f1bdacabaf54bc7153b850f0118ac3 (diff)
Revert "linux-generic: validation: fix dependency for tests-validation.env"
This reverts commit 000008f7f1de54a70d118f0ae56db48c47d60aff. Missed to add Mike's review and this patch generates error: ERROR: files left in build directory after distclean: ./platform/linux-generic/test/tests-validation.env Reverting this commit until issue being resolved. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--platform/linux-generic/test/Makefile.am15
1 files changed, 5 insertions, 10 deletions
diff --git a/platform/linux-generic/test/Makefile.am b/platform/linux-generic/test/Makefile.am
index 8c35c15f..e6298729 100644
--- a/platform/linux-generic/test/Makefile.am
+++ b/platform/linux-generic/test/Makefile.am
@@ -36,19 +36,14 @@ TESTS += pktio/pktio_run_pcap
endif
endif
-TEST_ENV = tests-validation.env
-
-dist_check_SCRIPTS = run-test $(TEST_ENV) $(LOG_COMPILER)
+dist_check_SCRIPTS = run-test tests-validation.env $(LOG_COMPILER)
test_SCRIPTS = $(dist_check_SCRIPTS)
-$(TEST_ENV): validation-test-env
-
-.PHONY: validation-test-env
-validation-test-env:
- echo "TESTS=\"$(TESTS)\"" > $(TEST_ENV)
- echo "$(TESTS_ENVIRONMENT)" >> $(TEST_ENV)
- echo "$(LOG_COMPILER)" >> $(TEST_ENV)
+tests-validation.env:
+ echo "TESTS=\"$(TESTS)\"" > $@
+ echo "$(TESTS_ENVIRONMENT)" >> $@
+ echo "$(LOG_COMPILER)" >> $@
if test_installdir
installcheck-local: