[chirp_devel] [PATCH 2 of 2] Add make_supported.py to run_all_tests.sh. #1353

Tom Hayward
Tue Sep 2 09:54:19 PDT 2014


# HG changeset patch
# User Tom Hayward <tom at tomh.us>
# Date 1409676824 25200
#      Tue Sep 02 09:53:44 2014 -0700
# Node ID 36eae335e8a7d9d28688d5353c1c8c2b8381501c
# Parent  7b543a135e41797f4686dbd58c3b4490644ab455
Add make_supported.py to run_all_tests.sh. #1353

diff -r 7b543a135e41 -r 36eae335e8a7 run_all_tests.sh
--- a/run_all_tests.sh	Tue Sep 02 09:53:39 2014 -0700
+++ b/run_all_tests.sh	Tue Sep 02 09:53:44 2014 -0700
@@ -18,11 +18,15 @@
     (cd tests && ./run_tests)
 }
 
+function make_supported() {
+    ./share/make_supported.py > /dev/null
+}
+
 function style_tests() {
     ./tools/checkpatch.sh
 }
 
-TESTS="unit_tests driver_tests style_tests"
+TESTS="unit_tests driver_tests make_supported style_tests"
 for testname in $TESTS; do
     eval "$testname" || record_failure "$testname"
 done



More information about the chirp_devel mailing list