summaryrefslogtreecommitdiff
path: root/tools/asm-processor/tests/include_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/asm-processor/tests/include_file.c')
-rw-r--r--tools/asm-processor/tests/include_file.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/asm-processor/tests/include_file.c b/tools/asm-processor/tests/include_file.c
new file mode 100644
index 0000000..97eb45d
--- /dev/null
+++ b/tools/asm-processor/tests/include_file.c
@@ -0,0 +1,8 @@
+GLOBAL_ASM("tests/include_file_1.s")
+#pragma GLOBAL_ASM("tests/include_file_2.s")
+INCLUDE_ASM("tests", include_file_3);
+INCLUDE_RODATA("tests/", include_file_4);
+#if 0
+GLOBAL_ASM("tests/nonexisting.s");
+INCLUDE_ASM("tests", nonexisting);
+#endif