diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-06-16 21:34:01 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-06-18 21:10:42 +0300 |
commit | 7424261dae180d1cc0e4e46b4ee2d51ef5524e0a (patch) | |
tree | c2180efd00452bfca7dfd9754a66d17d5efdd751 /build_full_test.mk | |
parent | 30f22d450da19c65584e6deb8515a1fa5b074e07 (diff) | |
download | qmk_firmware-7424261dae180d1cc0e4e46b4ee2d51ef5524e0a.tar.gz qmk_firmware-7424261dae180d1cc0e4e46b4ee2d51ef5524e0a.zip |
Try to build tmk_common
Diffstat (limited to 'build_full_test.mk')
-rw-r--r-- | build_full_test.mk | 10 |
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 | |||
16 | include tests/$(TEST)/rules.mk | ||
17 | #include $(TMK_PATH)/protocol.mk | ||
18 | |||
19 | TEST_PATH=tests/$(TEST) | ||
20 | |||
21 | $(TEST)_SRC=$(TEST_PATH)/test.c $(TMK_COMMON_SRC) | ||
22 | $(TEST)_DEFS=$(TMK_COMMON_DEFS) | ||