Add tests to autobuild: mtrrtest and test_malloc.

git-svn-id: svn://kolibrios.org@7133 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Baravy 2017-12-17 02:30:54 +00:00
parent 368d42ffae
commit 70ef44fcc1
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("mtrrtest.asm", "fasm %f %o", "mtrrtest.exe")
tup.rule("test_malloc.asm", "fasm %f %o", "test_malloc")

View File

@ -5,6 +5,10 @@ format PE console
macro $Revision [args]
{
}
macro ignore_empty_revision_keyword {
macro $Revi#sion$ \{\}
}
ignore_empty_revision_keyword
include '../proc32.inc'
include '../struct.inc'
entry start

View File

@ -225,6 +225,7 @@ error_with_code:
jmp $-1 ; just in case
; Include main heap code
include '../macros.inc'
include '../proc32.inc'
include '../struct.inc'
include '../const.inc'