diff --git a/projects/ION/options b/projects/ION/options index 5cee46ba9f..9698f9d335 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -107,5 +107,8 @@ # build with emulator support (yes / no) EMULATORS="no" +# Testpackages for development (yes / no) + TESTING="no" + # Coreboot support (yes / no) COREBOOT="no" diff --git a/projects/generic/options b/projects/generic/options index d1bad1df49..39c49810b1 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -107,5 +107,8 @@ # build with emulator support (yes / no) EMULATORS="no" +# Testpackages for development (yes / no) + TESTING="no" + # Coreboot support (yes / no) COREBOOT="no" diff --git a/projects/intel/options b/projects/intel/options index aa974ea097..2b8a6c476f 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -107,5 +107,8 @@ # build with emulator support (yes / no) EMULATORS="no" +# Testpackages for development (yes / no) + TESTING="no" + # Coreboot support (yes / no) COREBOOT="no"