use $(TEST_FILE) in skeleton.py

This commit is contained in:
Boris Nagaev 2016-07-11 19:24:39 +03:00
parent 1f83e2cb75
commit 56ab126366
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ PC_AND_TEST = r'''
# compile test
'$(TARGET)-gcc' \
-W -Wall -Werror -ansi -pedantic \
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \
'$(TEST_FILE)' -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \
`'$(TARGET)-pkg-config' $(PKG) --cflags --libs`
'''