1
0
Fork 0

Try to build tmk_common

This commit is contained in:
Fred Sundvik 2017-06-16 21:34:01 +03:00
parent 30f22d450d
commit 7424261dae
3 changed files with 132 additions and 124 deletions

View file

@ -11,4 +11,12 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
include tests/$(TEST)/rules.mk
#include $(TMK_PATH)/protocol.mk
TEST_PATH=tests/$(TEST)
$(TEST)_SRC=$(TEST_PATH)/test.c $(TMK_COMMON_SRC)
$(TEST)_DEFS=$(TMK_COMMON_DEFS)