From 624b73159fbaf499efdafff9b40d19d67149a18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kujawa?= Date: Thu, 2 Feb 2017 16:22:27 +0100 Subject: [PATCH] Include assembling tests in Kuya test suite. --- test/Kyuafile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Kyuafile b/test/Kyuafile index ae0379f..03d2feb 100644 --- a/test/Kyuafile +++ b/test/Kyuafile @@ -4,4 +4,5 @@ test_suite('rk65c02-tests') atf_test_program{name='test_bus'} atf_test_program{name='test_emulation'} +atf_test_program{name='test_assemble'}