diff packages/hal/common/current/cdl/hal.cdl @ 177:4c750ce71ae3

Merge from eCos master repository on 2001-08-10-19:22:57-BST
author jlarmour
date Fri, 10 Aug 2001 19:27:55 +0000
parents 38892b97b685
children 391299f9e541
line wrap: on
line diff
--- a/packages/hal/common/current/cdl/hal.cdl
+++ b/packages/hal/common/current/cdl/hal.cdl
@@ -421,11 +421,18 @@ cdl_package CYGPKG_HAL {
 
     }
 
+    cdl_option     CYGPKG_HAL_BUILD_COMPILER_TESTS {
+        display       "Build Compiler sanity checking tests"
+        description   "
+            Enabling this option causes compiler tests to be built."
+    }
+
     cdl_option CYGPKG_HAL_TESTS {
         display "Common HAL tests"
         flavor  data
         no_define
-        calculated { "tests/cache tests/context tests/intr tests/cpp1" }
+        calculated { (!CYGPKG_HAL_BUILD_COMPILER_TESTS) ? "tests/cache tests/context tests/intr" :
+                     "tests/cache tests/context tests/intr tests/cpp1 tests/vaargs" }
         description   "
             This option specifies the set of tests for the common HAL."
     }