aboutsummaryrefslogtreecommitdiff
path: root/build_full_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build_full_test.mk')
-rw-r--r--build_full_test.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/build_full_test.mk b/build_full_test.mk
index 0405b9d0f..5b4685a91 100644
--- a/build_full_test.mk
+++ b/build_full_test.mk
@@ -11,4 +11,12 @@
11# GNU General Public License for more details. 11# GNU General Public License for more details.
12# 12#
13# You should have received a copy of the GNU General Public License 13# You should have received a copy of the GNU General Public License
14# along with this program. If not, see <http://www.gnu.org/licenses/>. \ No newline at end of file 14# along with this program. If not, see <http://www.gnu.org/licenses/>.
15
16include tests/$(TEST)/rules.mk
17#include $(TMK_PATH)/protocol.mk
18
19TEST_PATH=tests/$(TEST)
20
21$(TEST)_SRC=$(TEST_PATH)/test.c $(TMK_COMMON_SRC)
22$(TEST)_DEFS=$(TMK_COMMON_DEFS)