Hi!
> * Change the entry:
>       can_filter can_run_tests.sh can_filter
>       can_rcv_own_msgs can_run_tests.sh can_rcv_own_msgs
> 
> * Add can_filter and can_rcv_own_msgs to network/.gitignore
> 
> * Make the test's name more saner:
>       tst-filter.c --> can_filter.c
>       tst-rcv-own-msgs.c --> can_rcv_own_msgs.c
>       run_ltp-can_tests.sh --> can_run_tests.sh
> 
> Signed-off-by: Zeng Linggang <zenglg...@cn.fujitsu.com>
> ---
>  runtest/can                                        |   3 +-
>  testcases/network/.gitignore                       |   2 +
>  testcases/network/can/filter-tests/can_filter.c    | 263 
> +++++++++++++++++++++
>  .../network/can/filter-tests/can_rcv_own_msgs.c    | 255 ++++++++++++++++++++
>  .../network/can/filter-tests/can_run_tests.sh      | 102 ++++++++
>  .../network/can/filter-tests/run_ltp-can_tests.sh  | 102 --------
>  testcases/network/can/filter-tests/tst-filter.c    | 263 
> ---------------------
>  .../network/can/filter-tests/tst-rcv-own-msgs.c    | 255 --------------------
>  8 files changed, 624 insertions(+), 621 deletions(-)
>  create mode 100644 testcases/network/can/filter-tests/can_filter.c
>  create mode 100644 testcases/network/can/filter-tests/can_rcv_own_msgs.c
>  create mode 100755 testcases/network/can/filter-tests/can_run_tests.sh
>  delete mode 100644 testcases/network/can/filter-tests/run_ltp-can_tests.sh
>  delete mode 100644 testcases/network/can/filter-tests/tst-filter.c
>  delete mode 100644 testcases/network/can/filter-tests/tst-rcv-own-msgs.c

This looks good but I'm missing a Makefile in testcases/network/can so
that the tests are compiled and installed by default.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to