Skip to content

Commit

Permalink
support tests of SWIG Java
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin committed Jan 24, 2022
1 parent 2f6999a commit 3898188
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 319 deletions.
2 changes: 1 addition & 1 deletion cmake/setup_test_dir.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
else:
os.remove(path) # only remove files
else:
os.mkdir(output_dir)
os.makedirs(output_dir, exist_ok=True)

if extra_data == "json":
for file in [os.path.basename(p) for p in glob.glob(os.path.join(input_dir,"*.json"))]:
Expand Down
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,8 @@ JSON_DATA_TEXT = \"\"\"{
\"rpath_fmt\": \"${RPATH_FMT}\",
\"path_delimiter\": \"${OS_PATH_DELIMITER}\",
\"exe_extension\": \"${EXE_EXTENSION}\",
\"source_include_dir\": \"${CMAKE_CURRENT_SOURCE_DIR}/include\"
\"source_include_dir\": \"${CMAKE_CURRENT_SOURCE_DIR}/include\",
\"jni_includes\": \"${JAVA_INCLUDE_PATH}${OS_PATH_DELIMITER}${JAVA_INCLUDE_PATH2}\"
}\"\"\"
${TEMPLATE}
")
Expand Down
215 changes: 0 additions & 215 deletions src/souffle-compile.in

This file was deleted.

0 comments on commit 3898188

Please sign in to comment.