1NAME := rng_test
2
3$(NAME)_MBINS_TYPE := app
4$(NAME)_VERSION    := 0.0.1
5$(NAME)_SUMMARY    := testcase for rng
6
7$(NAME)_SOURCES += rng_test.c
8
9$(NAME)_CFLAGS += -Wall -Werror
10
11