9 lines
252 B
Makefile
9 lines
252 B
Makefile
###########################################
|
|
## A thin wrapper around BUILD_EXECUTABLE
|
|
## Common flags for native tests are added.
|
|
###########################################
|
|
|
|
include $(BUILD_SYSTEM)/target_test_internal.mk
|
|
|
|
include $(BUILD_EXECUTABLE)
|