We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf53867 commit 9bd7d18Copy full SHA for 9bd7d18
2 files changed
cstool/cstool.c
@@ -6,8 +6,8 @@
6
#include <errno.h>
7
#include <string.h>
8
9
-#include "cstool.h"
10
#include <capstone/capstone.h>
+#include "cstool.h"
11
12
#ifdef CAPSTONE_AARCH64_COMPAT_HEADER
13
#define CS_ARCH_AARCH64 CS_ARCH_ARM64
suite/cstest/test/CMakeLists.txt
@@ -18,6 +18,6 @@ add_test(NAME unit_cstest
18
WORKING_DIRECTORY ${CSTEST_TEST_DIR}
19
)
20
add_test(NAME integration_py_cstest
21
- COMMAND python3 ${CSTEST_TEST_DIR}/integration_tests.py cstest
+ COMMAND python3 ${CSTEST_TEST_DIR}/integration_tests.py $<TARGET_FILE:cstest>
22
23
0 commit comments