summaryrefslogtreecommitdiffstats
path: root/build_full_test.mk
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-06-16 20:34:01 +0200
committerFred Sundvik <fsundvik@gmail.com>2017-06-18 20:10:42 +0200
commit7424261dae180d1cc0e4e46b4ee2d51ef5524e0a (patch)
treec2180efd00452bfca7dfd9754a66d17d5efdd751 /build_full_test.mk
parent30f22d450da19c65584e6deb8515a1fa5b074e07 (diff)
downloadqmk_firmware-7424261dae180d1cc0e4e46b4ee2d51ef5524e0a.tar.gz
qmk_firmware-7424261dae180d1cc0e4e46b4ee2d51ef5524e0a.tar.xz
Try to build tmk_common
Diffstat (limited to 'build_full_test.mk')
-rw-r--r--build_full_test.mk10
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 @@
# 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/>. \ No newline at end of file
+# 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)