vortex/tests/kernel/conform/Makefile

10 lines
206 B
Makefile

ROOT_DIR := $(realpath ../../..)
include $(ROOT_DIR)/config.mk
PROJECT := conform
SRC_DIR := $(VORTEX_HOME)/tests/kernel/$(PROJECT)
SRCS := $(SRC_DIR)/main.cpp $(SRC_DIR)/tests.cpp
include ../common.mk