summaryrefslogtreecommitdiff
path: root/signal.c
blob: 13aa074b4f63c85f56821541f6e92ec9fb60228f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <signal.h>
#include "test.h"

#include "signal.d"

void test_signal_h(void)
{
	testing_header("signal.h");

	test_distinct(signals);

	testing_end();
}