diff mbox

linux-generic: validation: run config tests

Message ID 1447428943-13854-1-git-send-email-stuart.haslam@linaro.org
State Accepted
Commit d4505f1b653c13e84b23d77005cb2dfd60897de3
Headers show

Commit Message

Stuart Haslam Nov. 13, 2015, 3:35 p.m. UTC
Add the new config tests to the TESTS list so that they get run via
"make check".

Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org>
---
 platform/linux-generic/test/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

Comments

Anders Roxell Dec. 9, 2015, 2:58 p.m. UTC | #1
On 2015-11-13 15:35, Stuart Haslam wrote:
> Add the new config tests to the TESTS list so that they get run via
> "make check".
> 
> Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org>

Reviewed-and-Tested-by: Anders Roxell <anders.roxell@linaro.org>

> ---
>  platform/linux-generic/test/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/platform/linux-generic/test/Makefile.am b/platform/linux-generic/test/Makefile.am
> index 11648d4..97794db 100644
> --- a/platform/linux-generic/test/Makefile.am
> +++ b/platform/linux-generic/test/Makefile.am
> @@ -7,6 +7,7 @@ if test_vald
>  TESTS = pktio/pktio_run \
>  	${top_builddir}/test/validation/buffer/buffer_main$(EXEEXT) \
>  	${top_builddir}/test/validation/classification/classification_main$(EXEEXT) \
> +	${top_builddir}/test/validation/config/config_main$(EXEEXT) \
>  	${top_builddir}/test/validation/cpumask/cpumask_main$(EXEEXT) \
>  	${top_builddir}/test/validation/crypto/crypto_main$(EXEEXT) \
>  	${top_builddir}/test/validation/errno/errno_main$(EXEEXT) \
> -- 
> 2.1.1
> 
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
Maxim Uvarov Dec. 9, 2015, 3:13 p.m. UTC | #2
Merged,
Maxim.

On 12/09/2015 17:58, Anders Roxell wrote:
> On 2015-11-13 15:35, Stuart Haslam wrote:
>> Add the new config tests to the TESTS list so that they get run via
>> "make check".
>>
>> Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org>
> Reviewed-and-Tested-by: Anders Roxell <anders.roxell@linaro.org>
>
>> ---
>>   platform/linux-generic/test/Makefile.am | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/platform/linux-generic/test/Makefile.am b/platform/linux-generic/test/Makefile.am
>> index 11648d4..97794db 100644
>> --- a/platform/linux-generic/test/Makefile.am
>> +++ b/platform/linux-generic/test/Makefile.am
>> @@ -7,6 +7,7 @@ if test_vald
>>   TESTS = pktio/pktio_run \
>>   	${top_builddir}/test/validation/buffer/buffer_main$(EXEEXT) \
>>   	${top_builddir}/test/validation/classification/classification_main$(EXEEXT) \
>> +	${top_builddir}/test/validation/config/config_main$(EXEEXT) \
>>   	${top_builddir}/test/validation/cpumask/cpumask_main$(EXEEXT) \
>>   	${top_builddir}/test/validation/crypto/crypto_main$(EXEEXT) \
>>   	${top_builddir}/test/validation/errno/errno_main$(EXEEXT) \
>> -- 
>> 2.1.1
>>
>> _______________________________________________
>> lng-odp mailing list
>> lng-odp@lists.linaro.org
>> https://lists.linaro.org/mailman/listinfo/lng-odp
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

diff --git a/platform/linux-generic/test/Makefile.am b/platform/linux-generic/test/Makefile.am
index 11648d4..97794db 100644
--- a/platform/linux-generic/test/Makefile.am
+++ b/platform/linux-generic/test/Makefile.am
@@ -7,6 +7,7 @@  if test_vald
 TESTS = pktio/pktio_run \
 	${top_builddir}/test/validation/buffer/buffer_main$(EXEEXT) \
 	${top_builddir}/test/validation/classification/classification_main$(EXEEXT) \
+	${top_builddir}/test/validation/config/config_main$(EXEEXT) \
 	${top_builddir}/test/validation/cpumask/cpumask_main$(EXEEXT) \
 	${top_builddir}/test/validation/crypto/crypto_main$(EXEEXT) \
 	${top_builddir}/test/validation/errno/errno_main$(EXEEXT) \