diff --git a/tests/Makefile b/tests/Makefile index 96cfff3..71f898f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -4,7 +4,7 @@ CC=gcc SGDK?=/sgdk BIN_DIR=bin OBJ_DIR=obj -CMOCKA_TAR=cmocka-1.1.7.tar.xz +CMOCKA_TAR=third_party/cmocka-1.1.7.tar.xz CMOCKA_DIR=cmocka ifeq ($(DEBUG),1) diff --git a/tests/cmocka-1.1.7.tar.xz b/tests/third_party/cmocka-1.1.7.tar.xz similarity index 100% rename from tests/cmocka-1.1.7.tar.xz rename to tests/third_party/cmocka-1.1.7.tar.xz