From a8ab793799bc334933d4c13e7ff0ed1c52a46967 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Thu, 6 Jan 2022 14:58:39 -0500 Subject: add testing app --- apps/functional-test/make/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 apps/functional-test/make/Makefile (limited to 'apps/functional-test/make') diff --git a/apps/functional-test/make/Makefile b/apps/functional-test/make/Makefile new file mode 100755 index 00000000..c66ad20c --- /dev/null +++ b/apps/functional-test/make/Makefile @@ -0,0 +1,10 @@ +TOP = ../../.. +include $(TOP)/make.mk + +INCLUDES += \ + -I../ + +SRCS += \ + ../app.c + +include $(TOP)/rules.mk -- cgit v1.2.3