testing/cxxtest/Make.defs: Append cxxtest to CONFIGURED_APPS (#42)

This commit is contained in:
Xiang Xiao 2020-01-31 05:35:32 -08:00 committed by GitHub
parent 8c9663b6c1
commit 3dbf8d5652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,5 +35,5 @@
############################################################################
ifneq ($(CONFIG_TESTING_CXXTEST),)
CONFIGURED_APPS += $(APPDIR)/testing
CONFIGURED_APPS += $(APPDIR)/testing/cxxtest
endif