1#!/bin/sh
2# Copyright (c) 2002, Intel Corporation. All rights reserved.
3# Created by:  julie.n.fleischer REMOVE-THIS AT intel DOT com
4# This file is licensed under the GPL license.  For the full content
5# of this license, see the COPYING file at the top level of this
6# source tree.
7
8#   Test that sigaddset() will add signo to the set signal set.
9#   This test initializes an full signal set first.
10#   Test steps:
11#   1)  Initialize an full signal set.
12#   2)  Add the SIGALRM signal to the full signal set.
13#   3)  Verify that SIGALRM is a member of the signal set.
14# 
15
16# Calling 1-core-buildonly.test with a 1 parameter initializes to an
17# full set.
18conformance/interfaces/sigaddset/1-core-buildonly.test 1
19