forked from KolibriOS/kolibrios
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:
parent
368d42ffae
commit
70ef44fcc1
3
kernel/trunk/core/Tupfile.lua
Normal file
3
kernel/trunk/core/Tupfile.lua
Normal 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")
|
@ -5,6 +5,10 @@ format PE console
|
|||||||
macro $Revision [args]
|
macro $Revision [args]
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
macro ignore_empty_revision_keyword {
|
||||||
|
macro $Revi#sion$ \{\}
|
||||||
|
}
|
||||||
|
ignore_empty_revision_keyword
|
||||||
include '../proc32.inc'
|
include '../proc32.inc'
|
||||||
include '../struct.inc'
|
include '../struct.inc'
|
||||||
entry start
|
entry start
|
||||||
|
@ -225,6 +225,7 @@ error_with_code:
|
|||||||
jmp $-1 ; just in case
|
jmp $-1 ; just in case
|
||||||
|
|
||||||
; Include main heap code
|
; Include main heap code
|
||||||
|
include '../macros.inc'
|
||||||
include '../proc32.inc'
|
include '../proc32.inc'
|
||||||
include '../struct.inc'
|
include '../struct.inc'
|
||||||
include '../const.inc'
|
include '../const.inc'
|
||||||
|
Loading…
Reference in New Issue
Block a user