diff --git a/tests/disassembler/CMakeLists.txt b/tests/disassembler/CMakeLists.txt index 8b584cd1ba467a5214771a8f2124e473a601f49e..b2ae0ddfc1595a24f860d96742fdb65157ef13ba 100644 --- a/tests/disassembler/CMakeLists.txt +++ b/tests/disassembler/CMakeLists.txt @@ -11,8 +11,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -if (NOT PANDA_TARGET_ARM32) - # disasm_bin directory set(DISASM_BIN_DIR ${CMAKE_CURRENT_BINARY_DIR}) @@ -40,5 +38,3 @@ set(DISASM_LIT_SRC ${DISASM_ECMA_TESTS_DIR}/lit.js) compile_file_ecma(FILE ${DISASM_LIT_SRC} OUTPUT_FILE ${DISASM_LIT_BINARY} WORKING_DIR ${DISASM_BIN_DIR}) add_custom_target(disasm_tests_binaries DEPENDS ${DISASM_LIT_BINARY}) add_dependencies(disasm_tests_ecma disasm_tests_binaries) - -endif()