lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master dadcc9f 1/3: Add commands for various build t


From: Greg Chicares
Subject: [lmi-commits] [lmi] master dadcc9f 1/3: Add commands for various build types
Date: Wed, 8 Mar 2017 21:58:21 -0500 (EST)

branch: master
commit dadcc9f88f37a73bb8f8d7e398221b2c7959f1f7
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add commands for various build types
---
 gwc/develop1.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 878df61..15f913e 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -115,6 +115,12 @@ make $coefficiency cgi_tests cli_tests >../log 2>&1
 make $coefficiency system_test >../log 2>&1
 make $coefficiency unit_tests 2>&1 | tee >(grep '\*\*\*') >(grep '????') 
>(grep '!!!!' --count | xargs printf "%d tests succeeded\n") >../log
 
+  # other build types
+
+make $coefficiency all build_type=so_test USE_SO_ATTRIBUTES=1 2>&1 |less -S
+make $coefficiency cgi_tests cli_tests build_type=safestdlib  2>&1 |less -S
+make $coefficiency unit_tests build_type=safestdlib 2>&1 | tee >(grep 
'\*\*\*') >(grep '????') >(grep '!!!!' --count | xargs printf "%d tests 
succeeded\n") >../log
+
   # Run a single unit test
 
 make $coefficiency unit_tests unit_test_targets=regex_test.exe >../log 2>&1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]