aboutsummaryrefslogtreecommitdiff
path: root/tests/malloc/source.mk
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-21 23:31:48 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-21 23:31:48 +0300
commit97ffab0a8472981b927d0f4e81bb72f6ecd69b86 (patch)
treec8a36352d599dc9477a6e647878d5e6191b4e98f /tests/malloc/source.mk
parentab011165cd440b5535d39febd8118e3e26b64b57 (diff)
downloadkmi-97ffab0a8472981b927d0f4e81bb72f6ecd69b86.tar.gz
kmi-97ffab0a8472981b927d0f4e81bb72f6ecd69b86.zip
add malloc test
Diffstat (limited to 'tests/malloc/source.mk')
-rw-r--r--tests/malloc/source.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/malloc/source.mk b/tests/malloc/source.mk
new file mode 100644
index 0000000..9498682
--- /dev/null
+++ b/tests/malloc/source.mk
@@ -0,0 +1,2 @@
+DO != ./scripts/gen-prog -n malloc -p init init.c
+DO != ./scripts/gen-simple -n malloc -p init