summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/basic_jmp.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/basic_jmp.c b/tests/basic_jmp.c
index 48c6ebd..578c5b1 100644
--- a/tests/basic_jmp.c
+++ b/tests/basic_jmp.c
@@ -1,4 +1,11 @@
-/*
+/**
+ * @file basic_jmp.c
+ * @brief cdl86 asm jmp patch unit test
+ *
+ * cdl86
+ * Experimental Linux/Windows x86/x86_64 detours library.
+ * Author: Dylan Müller
+ *
* +---------------------------------------+
* | .-. .-. .-. |
* | / \ / \ / \ + |
@@ -75,3 +82,4 @@ int main(
return 0;
}
+