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) |
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 0405b9d0f8..5b4685a91a 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) |