Skip to content

Commit

Permalink
Remove files for Mix compilation which seem obsolete and problematic (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Aug 8, 2024
1 parent 256f029 commit a47100a
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 263 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ endif
spec:
$(ERL) -noinput +B -pa ebin -pa deps/*/ebin -eval 'case fxml_gen:compile("spec/fxmlrpc_codec.spec", [{erl_dir, "src"}, {hrl_dir, "include"}]) of ok -> halt(0); _ -> halt(1) end.'

# We assume Elixir and Quviq Quickcheck are installed
exunit:
MIX_EXS=test/elixir/mix.exs mix test

check-syntax:
gcc -o nul -S ${CHK_SOURCES}

Expand Down
53 changes: 0 additions & 53 deletions Makefile.mix

This file was deleted.

6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,3 @@ production in thousands of real life deployments.
You can run eunit test with the command:
$ rebar eunit
#### Elixir / Quickcheck test
You can run test written with Elixir / Quickcheck thanks to the mix command:
MIX_EXS=test/elixir/mix.exs mix test
44 changes: 0 additions & 44 deletions lib/fast_xml.ex

This file was deleted.

52 changes: 0 additions & 52 deletions mix.exs

This file was deleted.

5 changes: 0 additions & 5 deletions mix.lock

This file was deleted.

1 change: 0 additions & 1 deletion priv/lib/.keepme

This file was deleted.

6 changes: 5 additions & 1 deletion src/fast_xml.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
{mod, {fast_xml,[]}},

%% hex.pm packaging:
{files, ["src/", "lib/", "c_src/fxml.c", "c_src/fxml_stream.c", "include/", "priv/lib/.keepme", "configure", "mix.exs", "mix.lock", "Makefile.mix", "rebar.config", "rebar.config.script", "vars.config.in", "README.md", "LICENSE.txt"]},
{files, ["include/", "lib/", "src/",
"c_src/fxml.c", "c_src/fxml_stream.c",
"configure", "vars.config.in",
"rebar.config", "rebar.config.script",
"README.md", "LICENSE.txt"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/processone/fast_xml"}]}]}.

Expand Down
95 changes: 0 additions & 95 deletions test/elixir/fxml_test.exs

This file was deleted.

2 changes: 0 additions & 2 deletions test/test_helper.exs

This file was deleted.

0 comments on commit a47100a

Please sign in to comment.