Skip to content

Commit

Permalink
Remove Julia module stub
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Dec 27, 2019
1 parent ea14e5c commit 1b1980e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 89 deletions.
2 changes: 0 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
include_directories(${CMAKE_SOURCE_DIR}/include)

configure_file(cxxwrap_testmod.jl ${CMAKE_CURRENT_BINARY_DIR}/cxxwrap_testmod.jl)

add_executable(test_module test_module.cpp)
target_link_libraries(test_module ${JLCXX_TARGET} ${Julia_LIBRARY})
add_test(NAME test_module COMMAND test_module)
Expand Down
87 changes: 0 additions & 87 deletions test/cxxwrap_testmod.jl

This file was deleted.

0 comments on commit 1b1980e

Please sign in to comment.