diff options
| author | ruki <[email protected]> | 2020-05-19 23:12:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-19 13:12:57 +0800 |
| commit | 26880aba618ec5aab600170f1d695d34ee742068 (patch) | |
| tree | 19652683a75411bf6dbbca04f1067a3a9e8c6342 /tests/projects/asm/fasm/xmake.lua | |
| parent | ea6b12de91048a1fe404bbad8b14ed2a148730a7 (diff) | |
add gas tests
Diffstat (limited to 'tests/projects/asm/fasm/xmake.lua')
| -rw-r--r-- | tests/projects/asm/fasm/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/asm/fasm/xmake.lua b/tests/projects/asm/fasm/xmake.lua new file mode 100644 index 000000000..f728b2ca1 --- /dev/null +++ b/tests/projects/asm/fasm/xmake.lua @@ -0,0 +1,3 @@ +target("test") + set_kind("binary") + add_files("src/*.S") |
