chiark / gitweb /
Test suite: Test build modes -g and -G
[dgit.git] / tests / lib-build-modes
index f5e341420e7c1f9f0817f3bb94b7c151719fa97f..a0b47222362ca1c443e875d3fe4ade58d40a44b9 100644 (file)
@@ -40,6 +40,8 @@ bm-guess-e-source-e-targets () {
        *" -A") e_source=false; e_targets='build-indep binary-indep'    ;;
        *" -S") e_source=true;  e_targets=' '                           ;;
        *" -F") e_source=true;  e_targets='build binary'                ;;
+       *" -G") e_source=true;  e_targets='build-arch binary-arch'      ;;
+       *" -g") e_source=true;  e_targets='build-indep binary-indep'    ;;
        *)      e_source=true;  e_targets='build binary'                ;;
        esac
 }